Failed to load platform file \ aapt.exe in the Android SDK

I am trying to get a "hello world" working on an Android SDK with Eclipse. I follow this guide step by step:

http://developer.android.com/resources/tutorials/hello-world.html

but I returned the error "aapt runtime error. Please check that aapt is present in C: \ android-sdk-windows \ platform-tools \ aapt.exe"

For some reason, the platform-tools folder does not exist during my installation. Instead, I find "platforms" and "tools." Presumably my version of the SDK is different from the version used in the tutorial.

I cannot understand what I need to change or update. Can someone point me in the right direction?

thank

+5
source share
6 answers

* What version of the SDK are you using? (1.5_r2 or something?) *

I would suggest updating the SDK and doing with it;) You can do this through the "Android SDK and AVD Manager".

Eclipse:
menu->window->"Android SDK and AVD Manager"

You can also change this parameter:
menu->window->preferences->install/update->(expand)->automatic updates

0
source

I completely agree with izzy, but in other cases (usually on 64-bit operating computers or with several Android platforms), when you install the latest version of the SDK, the platform platform tools do not have "appt.exe".

, * android-sdk\build-tools * , \build-tools\17.0.0, , aapt.exe, lib, android-sdk\platform-tools, .

+10

, , . SDK , .

+1

Android SDK Manager , > Android SDK Platform-tools.

, .

0

aapt.exe Android-SDK (Android_SDK\build-tools\28.0.3)

SDK build-tools

Android SDK

0
0

All Articles