Re: [android-developers] revision 17 of the Android SDK Tools NoClassDefFoundError

2013-05-22 Thread Daniel Rindt
Am Mittwoch, 22. Mai 2013 05:11:16 UTC+2 schrieb TreKing:


 On Tue, May 21, 2013 at 3:25 PM, Daniel Rindt 
 daniel...@gmail.comjavascript:
  wrote:

 So i don't know to investigate that error deeper and need assistance for 
 that.


 Do a Google search for the exact phrase you used for this topic.


I just write here, when i am out of ideas and this is mostly after some 
hours of googling. My browser shows that i already read all results from 
the query above. 

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] revision 17 of the Android SDK Tools NoClassDefFoundError

2013-05-22 Thread Kostya Vasilyev
I ran into the same, with a class defined in the application's project (not 
as a library).

Fixed by marking Android Private Libraries as exported (Project props 
- Java build path - Order and export)... even though the code in question 
was defined in a .java file under src, not a library.

However, this class of mine is derived from a class that comes from a .jar 
under libs, so maybe it makes sense (or not)... I'd say, try the export, 
won't hurt :)

-- K

On Wednesday, May 22, 2013 1:48:22 PM UTC+4, Daniel Rindt wrote:

 Am Mittwoch, 22. Mai 2013 05:11:16 UTC+2 schrieb TreKing:


 On Tue, May 21, 2013 at 3:25 PM, Daniel Rindt daniel...@gmail.comwrote:

 So i don't know to investigate that error deeper and need assistance for 
 that.


 Do a Google search for the exact phrase you used for this topic.


 I just write here, when i am out of ideas and this is mostly after some 
 hours of googling. My browser shows that i already read all results from 
 the query above. 


-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] revision 17 of the Android SDK Tools NoClassDefFoundError

2013-05-22 Thread Daniel Rindt
Am Mittwoch, 22. Mai 2013 12:26:41 UTC+2 schrieb Kostya Vasilyev:

 I ran into the same, with a class defined in the application's project 
 (not as a library).

 Fixed by marking Android Private Libraries as exported (Project props 
 - Java build path - Order and export)... even though the code in question 
 was defined in a .java file under src, not a library.

 However, this class of mine is derived from a class that comes from a .jar 
 under libs, so maybe it makes sense (or not)... I'd say, try the export, 
 won't hurt :)


It fixes the problem. Thank you very much.

Daniel

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] revision 17 of the Android SDK Tools NoClassDefFoundError

2013-05-22 Thread TreKing
On Wed, May 22, 2013 at 4:48 AM, Daniel Rindt daniel.ri...@gmail.comwrote:

 I just write here, when i am out of ideas and this is mostly after some
 hours of googling. My browser shows that i already read all results from
 the query above.


The second hit on Google for the exact phrase you posted is a link to a SO
post with this exact issue and various workarounds ...

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] revision 17 of the Android SDK Tools NoClassDefFoundError

2013-05-21 Thread Daniel Rindt
Hi,

after upgrading to revision 17 of the sdk tools i got in my project 
NoClassDefFoundError. The missed class is not in a library in that case. 
They reside in the same package as the class initially started from 
launcher. And this is found well. I used dexdump to ensure this class is 
really in dex file and i found it. So i don't know to investigate that 
error deeper and need assistance for that.

Thanks in advance
Daniel

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] revision 17 of the Android SDK Tools NoClassDefFoundError

2013-05-21 Thread TreKing
On Tue, May 21, 2013 at 3:25 PM, Daniel Rindt daniel.ri...@gmail.comwrote:

 So i don't know to investigate that error deeper and need assistance for
 that.


Do a Google search for the exact phrase you used for this topic.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.