You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use wxpy in my code, and use buldozer to build app, building is ok, but app broke when run my app in Android.
And this error disappear if not import numy.
I have add other modules which related to wxpy to applibs
.
buildozer.spec
Command:
buildozer -v android debug
Spec file:
(str) Title of your application
title = wxpy_test
(str) Package name
package.name = application
(str) Package domain (needed for android/ios packaging)
Versions
Description
I use wxpy in my code, and use buldozer to build app, building is ok, but app broke when run my app in Android.
And this error disappear if not import numy.
I have add other modules which related to wxpy to applibs
.
buildozer.spec
Command:
buildozer -v android debug
Spec file:
(str) Title of your application
title = wxpy_test
(str) Package name
package.name = application
(str) Package domain (needed for android/ios packaging)
package.domain = org.test
...
(str) Application versioning (method 1)
version = 0.1
(str) Application versioning (method 2)
version.regex = version = '"['"]
version.filename = %(source.dir)s/main.py
(list) Application requirements
comma seperated e.g. requirements = sqlite3,kivy
requirements = kivy,wxpy
### Logs
06-04 19:29:57.517 153 153 W /system/bin/hwservicemanager: getTransportFromManifest: Cannot find entry [email protected]::IMapper in either framework or device manifest, using default transport.
06-04 19:29:57.532 691 714 I ActivityManager: Displayed org.test.application/org.renpy.android.PythonActivity: +719ms
06-04 19:29:57.548 19026 19062 I libSDL : Physical screen resolution is 1776x1080
06-04 19:29:57.550 19026 19062 I python : Initialize Python for Android
06-04 19:29:57.577 691 741 I WindowManager: Screen frozen for +732ms due to Window{8e318c8 u0 org.test.application/org.renpy.android.PythonActivity}
06-04 19:29:57.688 19026 19062 I python : ['/data/user/0/org.test.application/files/lib/python2.7/site-packages', '/data/user/0/org.test.application/files/lib/site-python']
06-04 19:29:57.688 19026 19062 I python : Android path ['/data/user/0/org.test.application/files/lib/python27.zip', '/data/user/0/org.test.application/files/lib/python2.7', '/data/user/0/org.test.application/files/lib/python2.7/lib-dynload', '/data/user/0/org.test.application/files/lib/python2.7/site-packages', '/data/user/0/org.test.application/files', '/data/user/0/org.test.application/files/applibs']
06-04 19:29:57.688 19026 19062 I python : Android kivy bootstrap done. name is main
06-04 19:29:57.688 19026 19062 I python : Run user program, change dir and execute main.py
06-04 19:29:57.873 19026 19062 I python : [INFO ] [Logger ] Record log in /data/user/0/org.test.application/files/.kivy/logs/kivy_19-06-04_1.txt
06-04 19:29:57.874 19026 19062 I python : [INFO ] [Kivy ] v1.11.0
06-04 19:29:57.874 19026 19062 I python : [INFO ] [Kivy ] Installed at "/data/user/0/org.test.application/files/lib/python2.7/site-packages/kivy/init.pyo"
06-04 19:29:57.875 19026 19062 I python : [INFO ] [Python ] v2.7.2 (default, Jun 27 2019, 05:43:03)
06-04 19:29:57.875 19026 19062 I python : [GCC 4.8]
06-04 19:29:57.875 19026 19062 I python : [INFO ] [Python ] Interpreter at ""
06-04 19:29:57.880 19026 19062 I python : [WARNING] [Deprecated ] Python 2 Kivy support has been deprecated. The Kivy release after 1.11.0 will not support Python 2 anymore
06-04 19:29:57.897 19026 19062 W linker : /data/data/org.test.application/files/libpymodules.so: is missing DT_SONAME will use basename as a replacement: "libpymodules.so"
06-04 19:29:57.925 19026 19062 I python : [INFO ] [Factory ] 184 symbols loaded
06-04 19:29:58.741 19026 19062 I python : /data/user/0/org.test.application/files/lib/python2.7/site-packages/kivy/core/image/img_pygame.py:18: RuntimeWarning: import cdrom: No module named cdrom
06-04 19:29:58.741 19026 19062 I python : (ImportError: No module named cdrom)
06-04 19:29:58.757 19026 19062 I python : [INFO ] [Image ] Providers: img_tex, img_dds, img_pygame, img_gif (img_pil, img_ffpyplayer ignored)
06-04 19:29:58.781 19026 19062 I python : [INFO ] [Text ] Provider: pygame
06-04 19:29:59.726 691 714 I zygote : Explicit concurrent copying GC freed 80954(3MB) AllocSpace objects, 1(20KB) LOS objects, 42% free, 6MB/11MB, paused 261us total 131.758ms
06-04 19:30:00.584 1337 1337 I /system/bin/mpdecision: type=1400 audit(0.0:2542): avc: denied { write } for comm=504F5349582074696D65722035 name="pb" dev="tmpfs" ino=16925 scontext=u:r:init:s0 tcontext=u:object_r:socket_device:s0 tclass=sock_file permissive=1
06-04 19:30:01.518 19026 19062 I python : Python for android ended.
06-04 19:30:01.522 19026 19062 I org.test.application:python: System.exit called, status: 0
06-04 19:30:01.522 19026 19062 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
06-04 19:30:01.549 691 792 W InputDispatcher: channel '8e318c8 org.test.application/org.renpy.android.PythonActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
06-04 19:30:01.549 691 792 E InputDispatcher: channel '8e318c8 org.test.application/org.renpy.android.PythonActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
06-04 19:30:01.549 691 1478 I ActivityManager: Process org.test.application:python (pid 19026) has died: fore TOP
06-04 19:30:01.550 691 997 I WindowManager: WIN DEATH: Window{8e318c8 u0 org.test.application/org.renpy.android.PythonActivity}
06-04 19:30:01.550 691 997 W InputDispatcher: Attempted to unregister already unregistered input channel '8e318c8 org.test.application/org.renpy.android.PythonActivity (server)'
06-04 19:30:01.550 210 1395 E SurfaceFlinger: Failed to find layer (Background for - SurfaceView - org.test.application/org.renpy.android.PythonActivity#0) in layer parent (no-parent).
06-04 19:30:01.551 691 1478 W ActivityManager: Force removing ActivityRecord{ec49dbd u0 org.test.application/org.renpy.android.PythonActivity t189}: app died, no saved state
06-04 19:30:01.595 691 1478 I ActivityManager: Config changes=480 {1.0 ?mcc?mnc [zh_CN#Hans,en_US] ldltr sw360dp w360dp h568dp 480dpi nrml port finger -keyb/v/h -nav/h appBounds=Rect(0, 0 - 1080, 1776) s.58}
06-04 19:30:01.615 691 1478 I ActivityManager: Override config changes=480 {1.0 ?mcc?mnc [zh_CN_#Hans,en_US] ldltr sw360dp w360dp h568dp 480dpi nrml port finger -keyb/v/h -nav/h appBounds=Rect(0, 0 - 1080, 1776) s.58} for displayId=0
06-04 19:30:01.632 691 714 W ActivityManager: setHasOverlayUi called on unknown pid: 19026
06-04 19:30:01.641 691 793 I InputReader: Reconfiguring input devices. changes=0x00000004
06-04 19:30:01.641 691 793 I InputReader: Device reconfigured: id=4, name='touch_dev', size 1080x1920, orientation 0, mode 1, display id 0
The text was updated successfully, but these errors were encountered: