[android-developers] Re: App will not run after SDK and ADT plugin update
Thanks a lot. The link was very useful.
On Apr 12, 5:26 pm, opaQue <malinaji...@gmail.com> wrote:
> Check thishttp://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-...
>
> On Apr 12, 4:19 am, Ash <anan...@gmail.com> wrote:
>
>
>
>
>
>
>
> > 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home