What device(s) are you experiencing the problem on?
Building on windows, testing on Samsung Galaxy s4
What firmware version are you running on the device?
What steps will reproduce the problem?
Follow the recommended guide to building an sl4a apk:
http://jokar-johnk.blogspot.ca/2011/02/how-to-make-android-app-with-sl4a.html
What is the expected output? What do you see instead?
Eventually, apk builds, but nothing happens
What version of the product are you using? On what operating system?
Latest version checked out from github
Please provide any additional information below.
Looks like the relevant lines are:
W/dalvikvm(25765): Unable to resolve superclass of
Lcom/dummy/fooforandroid/ScriptApplication; (837)
W/dalvikvm(25765): Link of class 'Lcom/dummy/fooforandroid/ScriptApplication;'
failed
D/AndroidRuntime(25765): Shutting down VM
W/dalvikvm(25765): threadid=1: thread exiting with uncaught exception
(group=0x42082898)
E/AndroidRuntime(25765): FATAL EXCEPTION: main
E/AndroidRuntime(25765): java.lang.RuntimeException: Unable to instantiate
application com.dummy.fooforandroid.ScriptApplication:
java.lang.ClassNotFoundException: Didn't find class
"com.dummy.fooforandroid.ScriptApplication" on path:
/data/app/com.dummy.fooforandroid-2.apk
This stack overflow may be relevant, suggesting that some projects might need
to be converted to android library projects (I'm not sure how to do that
though) :
http://stackoverflow.com/questions/10866431/android-activity-classnotfoundexcept
ion-tried-everything
Original issue reported on code.google.com by wrsau...@gmail.com on 16 Feb 2014 at 9:16
Original issue reported on code.google.com by
wrsau...@gmail.com
on 16 Feb 2014 at 9:16Attachments: