3

Yesterday i updated eclipse and sdk, and now have made some changes to the code but not able to see the changes made in emulator when i run it.
These are the things i have tried by googling:

  1. restarted eclipse and avd
  2. clean the project
  3. checked whether all the options are checked under project properties->builders.
  4. Checked whether all the options are checked under windows->preferences->android->build

When I tried to test it on device, I was not able to export, but got "No Build Tools installed in the sdk".
So I installed the tools in the sdk, but I still could not get updated output.

Can anyone help me out?

samm
  • 482
  • 5
  • 14
  • First uninstall the previous apk and then install it again. – TheLittleNaruto Jun 01 '13 at 11:34
  • i installed and tested in new emulator@Kumar but still no use – samm Jun 01 '13 at 11:49
  • Do you get any error when you build your project? Does it create a new APK after any build? – Sam R. Jun 01 '13 at 13:02
  • not able to create apk, while exporting the project i'm getting that "No build tools installed in the sdk" message. @SamRad – samm Jun 01 '13 at 13:05
  • Open SDK manager and select `Android SDK build tools` under `Tools`. Then install. – Sam R. Jun 01 '13 at 13:07
  • Under Tools, i'm getting "Android sdk Tools, Android sdk platform toosl, Android sdk build tools" these 3 are already installed @SamRad – samm Jun 01 '13 at 13:09
  • @jack, Open the SDK folder see if the `build-tools` directory is empty or not? – Sam R. Jun 01 '13 at 13:14
  • Never mind. Check this: [Android Sdk tools Revision 22 issue](http://stackoverflow.com/q/16583786/1693859) – Sam R. Jun 01 '13 at 13:23
  • thanks for replies, i had done according to your suggested link, again dint workout, not only for the current for all the project in eclipse its not getting updated, @SamRad – samm Jun 01 '13 at 13:34

2 Answers2

0

Are you sure the latest apk is getting installed on the device? There are some instances where it will not overwrite an installed apk. For example if your build-signing key has changed recently. Try uninstalling the app fully from the device first, and try again.

Ken Wolf
  • 23,133
  • 6
  • 63
  • 84
  • i'm not able to export the project from eclipse, when i do that i'm getting, "No build tools installed in the sdk" message. @Ken Wolf – samm Jun 01 '13 at 11:24
  • Does this help? (http://stackoverflow.com/questions/16596886/export-apk-from-eclipse-produces-error-no-build-tools-installed-in-the-sdk) – Ken Wolf Jun 01 '13 at 11:53
0

Go to device manager edit device virtually created by you or system ..you will find one check box saying enable snaps shot. check mark it. it will work..

user2120794
  • 5
  • 1
  • 1
  • 5