[android-developers] Re: Attempt to include a core VM class in something other...

2009-08-02 Thread joylite
Got a solution in here: http://osdir.com/ml/AndroidDevelopers/2009-04/msg03384.html it works for me. hope it works for u. On Jun 20, 1:38 am, SPD sdickey2...@gmail.com wrote: newbie here, but I'm getting this error and I still don't have a solution.  This snippy little note from Google is NOT

[android-developers] Re: Attempt to include a core VM class in something other...

2009-06-21 Thread SPD
newbie here, but I'm getting this error and I still don't have a solution. This snippy little note from Google is NOT useful. Especially since eclipse (the standard, advertised, google method for developing apps) does not allow you to add --core-library to the build line. Anyways, enough

[android-developers] Re: Attempt to include a core VM class in something other...

2009-06-03 Thread Mark Murphy
markdsievers wrote: Just a bump...Same situation, upgrading Android and have ended up with this problem. Someone in the next cubicle has the same project working, so will post the solution shortly... The error message is fairly self-explanatory in terms of what to do, though the better answer

[android-developers] Re: Attempt to include a core VM class in something other...

2009-06-03 Thread markdsievers
Root cause was two android jars on the classpath...Yes it is a silly error, cant help but be a little dissapointed that this problem manifested itself like this On Jun 3, 10:40 pm, Mark Murphy mmur...@commonsware.com wrote: markdsievers wrote: Just a bump...Same situation, upgrading Android

[android-developers] Re: Attempt to include a core VM class in something other than a core library

2008-10-07 Thread Adriano Crestani
Hi Jakob, I already did it, I generated the .apk file using the ant script (adding the --core-library option). Then I replaced the .apk file that eclipse generates by this one created by ant script. But I'm getting this error message: [2008-10-07 20:44:40 - calculator-android] Could not find

[android-developers] Re: Attempt to include a core VM class in something other than a core library

2008-09-29 Thread UBZack
Hi Oscar, I was getting this error because my fileset dir= in the dex call of my ant build.xml was pointing to a directory with many, many jar files in it, most of which were referencing javax classes (which, of course, you can/should never do in Android), and I fixed this problem by copying the

[android-developers] Re: Attempt to include a core VM class in something other than a core library

2008-09-29 Thread Jakob Sachse
Hello Oscar, I had the same trouble. you may want to read this: http://groups.google.com/group/android-developers/browse_thread/thread/1b7a9602196354ba/9b7c90289ba7ede7#9b7c90289ba7ede7 I didn't find the option to pass ADT (the eclipse plugin) the --core- library option, too. That's why i