Hi All, This morning I updated the Android SDK tools to revision 18 and Android SDK platform-tools to revision 11. Once the update was complete, eclipse started complaining that ADT needs to be updated to version 18 (installed version was 16). So I updated ADT aswell.
After this updated, I find that when I now try to load my app (right click project -> run as -> android application), I seem to getting errors which stops my app from running. My app is using a 3rd party library.so and my eclipse project is using a .jar file which contains all the function prototypes. Notes: 1. I am using a rooted device. 2. The library.so and .jar file has not changed or modified. 3. My application code has not changed. 4. I have a old version of my app.apk which was build using ADT version 16. When I install that using adb install, my application runs as normal. 5. I am sure this problem is related to ADT - as confirmed by step 3. The errors I see in logcat is that the class/functions are not found in the library - however, the library is loaded successfully. Has anyone had any issue after updating SDK and ADT plugin? Any advice will be appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

