Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed apk crash at loading... #38

Closed
LittleBigBrain opened this issue May 31, 2012 · 1 comment
Closed

Installed apk crash at loading... #38

LittleBigBrain opened this issue May 31, 2012 · 1 comment

Comments

@LittleBigBrain
Copy link

Even with successfully built kivy apps (API8) for example /kivy/examples/demo/touchtracer
After installed in android 2.2 API8 emulator or a real tablet, the app will crash at "loading...".

same thing happened for API14 builds on API14 emulators.

Moreover, even the python-android helloworld demo will fail, here is the adb logcat output:
I/ActivityManager( 67): Displayed activity com.android.settings/.InstalledAppDetails: 638 ms (total 638 ms)
I/ActivityManager( 67): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/com.android.launcher2.Launcher }
W/InputManagerService( 67): Ignoring hideSoftInput of: com.android.internal.view.IInputMethodClient$Stub$Proxy@45028890
I/ActivityManager( 67): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.hello.world/org.renpy.android.PythonActivity }
I/ActivityManager( 67): Start proc org.hello.world:python for activity org.hello.world/org.renpy.android.PythonActivity: pid=363 uid=10036 gids={1015}
I/WindowManager( 67): Setting rotation to 1, animFlags=1
I/ActivityManager( 67): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/2 nav=3/1 orien=2 layout=34 uiMode=17 seq=7}
V/python ( 363): Extracting private assets.
D/dalvikvm( 363): GC_FOR_MALLOC freed 941 objects / 63384 bytes in 263ms
I/dalvikvm-heap( 363): Grow heap (frag case) to 3.554MB for 1048592-byte allocation
D/dalvikvm( 363): GC_FOR_MALLOC freed 200 objects / 9968 bytes in 105ms
I/ActivityManager( 67): Displayed activity org.hello.world/org.renpy.android.PythonActivity: 1694 ms (total 1694 ms)
I/python ( 363): extracting libpymodules.so
I/SDLSurface( 363): surfaceCreated() is not handled :|
D/libEGL ( 363): egl.cfg not found, using default config
D/libEGL ( 363): loaded /system/lib/egl/libGLES_android.so
W/SDLSurface( 363): Choose egl configuration
I/SDLSurface( 363): Try to use graphics config R8G8B8A8S8
I/SDLSurface( 363): Try to use graphics config R5G6B5S8
E/SDLSurface( 363): Unable to found a correct surface for this device !
I/AndroidRuntime( 363): AndroidRuntime onExit calling exit(0)
E/JavaBinder( 363): Unknown binder error code. 0xfffffff7
E/JavaBinder( 363): Unknown binder error code. 0xfffffff7
I/WindowManager( 67): WIN DEATH: Window{4510d970 SurfaceView paused=false}
I/ActivityManager( 67): Process org.hello.world:python (pid 363) has died.
I/WindowManager( 67): WIN DEATH: Window{450e3718 org.hello.world/org.renpy.android.PythonActivity paused=false}
D/dalvikvm( 67): GC_EXPLICIT freed 6079 objects / 303096 bytes in 306ms
I/WindowManager( 67): Setting rotation to 0, animFlags=1
I/ActivityManager( 67): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/2 nav=3/1 orien=1 layout=34 uiMode=17 seq=8}
I/UsageStats( 67): Unexpected resume of com.android.launcher while already resumed in org.hello.world
W/InputManagerService( 67): Got RemoteException sending setActive(false) notification to pid 363 uid 10036
D/dalvikvm( 67): GC_EXPLICIT freed 858 objects / 44192 bytes in 110ms

@LittleBigBrain
Copy link
Author

I see, the AVD does not support openGL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant