KelvinAng95 / osmbonuspack

Automatically exported from code.google.com/p/osmbonuspack
0 stars 0 forks source link

Demo apk not working #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download .apk demo file
2. Install it
3. Launch app

What is the expected output?
The application running normally.

What do you see instead?
Only the segfault error message :
"The application has stopped unexpectedly"

What version of the product are you using?
File : apk v3.0 from "Downloads" page
Device : Nexus 7 with android 4.2.1

Please provide any additional information below.
Nice work !
Also it could be nice to have a demo app directly in Play store.

Original issue reported on code.google.com by baptiste...@gmail.com on 17 Jan 2013 at 10:37

GoogleCodeExporter commented 8 years ago
I don't have access to a 4.2 device, I'm not able to reproduce. 

Are you able to debug yourself? (by pluging your Nexus on Eclipse with USB 
cable, and getting the logcat output)

Original comment by mathieu....@gmail.com on 20 Jan 2013 at 3:30

GoogleCodeExporter commented 8 years ago
Same problem on sony xperia P. android 4.0.4

E/AndroidRuntime(14054): FATAL EXCEPTION: main
01-24 15:07:00.574 E/AndroidRuntime(14054): java.lang.RuntimeException: Unable 
to instantiate activity 
ComponentInfo{com.osmbonuspackdemo/com.osmbonuspackdemo.MapActivity}: 
java.lang.ClassNotFoundException: com.osmbonuspackdemo.MapActivity
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1891)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1992)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.ActivityThread.access$600(ActivityThread.java:127)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1158)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.os.Looper.loop(Looper.java:137)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.ActivityThread.main(ActivityThread.java:4448)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
java.lang.reflect.Method.invokeNative(Native Method)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
java.lang.reflect.Method.invoke(Method.java:511)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:823)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
dalvik.system.NativeStart.main(Native Method)
01-24 15:07:00.574 E/AndroidRuntime(14054): Caused by: 
java.lang.ClassNotFoundException: com.osmbonuspackdemo.MapActivity
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
java.lang.ClassLoader.loadClass(ClassLoader.java:501)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
java.lang.ClassLoader.loadClass(ClassLoader.java:461)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.Instrumentation.newActivity(Instrumentation.java:1023)
01-24 15:07:00.574 E/AndroidRuntime(14054):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1882)
01-24 15:07:00.574 E/AndroidRuntime(14054):     ... 11 more

Hope this will help.

Original comment by typelol...@gmail.com on 24 Jan 2013 at 11:15

GoogleCodeExporter commented 8 years ago
Thanks typelolpro. Very very strange. 
Apparently, such issues can be solved by just cleaning/rebuilding the project. 
I did it, and published the rebuilt apk, as v3.1. 
Let see if somebody reports this issue again... 

Original comment by mathieu....@gmail.com on 25 Jan 2013 at 9:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
04-09 13:01:30.843: E/AndroidRuntime(8033): FATAL EXCEPTION: main
04-09 13:01:30.843: E/AndroidRuntime(8033): java.lang.RuntimeException: Unable 
to instantiate activity 
ComponentInfo{com.osmbonuspackdemo/com.osmbonuspackdemo.MapActivity}: 
java.lang.ClassNotFoundException: com.osmbonuspackdemo.MapActivity
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1894)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1995)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.ActivityThread.access$600(ActivityThread.java:128)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1161)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.os.Looper.loop(Looper.java:137)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.ActivityThread.main(ActivityThread.java:4514)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
java.lang.reflect.Method.invokeNative(Native Method)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
java.lang.reflect.Method.invoke(Method.java:511)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
dalvik.system.NativeStart.main(Native Method)
04-09 13:01:30.843: E/AndroidRuntime(8033): Caused by: 
java.lang.ClassNotFoundException: com.osmbonuspackdemo.MapActivity
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:61)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
java.lang.ClassLoader.loadClass(ClassLoader.java:501)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
java.lang.ClassLoader.loadClass(ClassLoader.java:461)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.Instrumentation.newActivity(Instrumentation.java:1027)
04-09 13:01:30.843: E/AndroidRuntime(8033):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1885)
04-09 13:01:30.843: E/AndroidRuntime(8033):     ... 11 more

Original comment by min2bhan...@gmail.com on 9 Apr 2013 at 7:35

GoogleCodeExporter commented 8 years ago
apk is in v4.4 now. 
Assuming the issue is obsolete. 

Original comment by mathieu....@gmail.com on 11 Apr 2014 at 9:31