02-24-2012 11:05 AM
Hi all,
I'm struggling with the build process to port one of my company's android app into the Playbook's.
When I launch my app into the simulator, it crashes instantanously with the ClassNotFoundException.
The exception states that the runtime can't find the Main Activity class.
Now, my project relies on several (lib) projects.
With another project that also uses lots of libs, the app shows up just fine. The only difference I can see is that in the first project, the Main activity is located in a lib and not in the project itself.
I've tried all possiibilities in order to somehow force the inclusion of .class files, but I think this is needless since the Android version runs just fine.
Any help would be much appreciated.
Regards,
Emmanuel
Solved! Go to Solution.
02-26-2012 03:03 PM
02-27-2012 05:10 AM
Thanks but it didn't help.
I checked again and again and it seems that I accidently unchecked the "lib project" for my lib project.
Checking it back would allow the Runtime to find all classes... well for what I saw because the emulator is not so usable yet.
Thanks anyway.