Adt Doesn't Create Default Hello World But Command Line Does

Adt doesn't create default hello world but command line does

This problem was because of New version of SDK and ADT so to update ADT please add this address: https://dl-ssl.google.com/android/eclipse/
** Be aware it doesn't work with exciting address begin with http so go to Install New software in ADT and do these steps:
Sample Image

Then Select this and press Next and Next and accept licence and press finish to download and install:
Sample Image

Now after restart ADT if you create a project it will work another problem i saw was the AVD doesn't work correctly you can not add new device to solve this problem run this command from SDK path:

~/Program/android/adt/sdk/tools $ ./android avd

After add your device go to ADT and open AVD from eclipse and press Refresh
Sample Image

It should work now

Cordova: ant error code 1 when building android hello world app

Check if /opt/android_app/hello/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt exists. If it does exist please check the link below that provides a fix. It looks like aapt has a dependency on zlib, which is available in i386 architecture only, so you'll need to add that architecture and the lib itself.

How to make Android's aapt and adb work on 64-bit Ubuntu without ia32-libs (works for versions 12, 13 and 14)

Problems with Eclipse ADT

Hello I have also face this type of problem at 4 July 2014 and there are many developers faced this type of problem,Then I use Android Open Source Project - Issue Tracker forum but I cant resolve this problem.At last I have use new eclipse with current Android SDK and it is working fine.



Related Topics



Leave a reply



Submit