TJOSERAFAEL / in-the-box

Automatically exported from code.google.com/p/in-the-box
0 stars 0 forks source link

error when running. #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. used eclipse to export a android project to a jar file.
2. got your source code and used xcode to build it
3. add the jar file exclipse made to the xcode
4. discover while the guy in the video said build settings it's actualy build 
stages I'm looking for, you couldn't see what he clicked on in the movie.
5. drag the jar into "Copy Bundle Resources" section 
6. update the start class name and the jar file name

What is the expected output? What do you see instead?
the expected output would be it comming to a screen saying hello world.

it just got stuck on the loading screen.

Please provide any additional information below.
the debug window had alot to say:
java.lang.NoClassDefFoundError: startup
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: startup in loader 
dalvik.system.PathClassLoader[/Users/brownwolf_98/Library/Application 
Support/iPhone 
Simulator/4.0.2/Applications/1AD998A5-4968-4DE6-BE6C-EB84A6D66BDF/InTheBoxSim.ap
p/test.jar]
    at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:511)

What version of the product are you using? On what operating system?
I just downloaed your project code yesterday
Version 4.0.2 Build 4A2002a
Mac OS 10.6.8 build 10k540

Original issue reported on code.google.com by webad...@pawworks.net on 1 Jul 2011 at 4:50

GoogleCodeExporter commented 8 years ago
Is startup.java present under default package or under a specific package ?

If it is present under a specific package like com.foo.startup, specifiy the 
same as the class file.

Original comment by Mahesh.C...@gmail.com on 1 Aug 2011 at 10:33