codelv / enaml-native

Build native mobile apps in python with enaml
https://codelv.com/projects/enaml-native/
MIT License
259 stars 21 forks source link

APP on launch #89

Closed kaboomholy closed 4 years ago

kaboomholy commented 4 years ago

when i run the enaml code on python plaground it works but when i compile it to apk it just keeps crashing, any ideas why?

it wouldnt allow me to make an apk for the longest until i chaned the styles.xml and the activity_main.XML

i deleted all the theme settings in the style.xml and in activity main i changed xmlns:app="http://schemas.android.com/apk/lib/Entries"

Screenshot_20200210-214934_Samsung Experience Home (1)

STYLES XML

ACTVITY_MAIN

frmdstryr commented 4 years ago

Please run logcat and capture the log. The playground app is running a very old version of enaml-native.

kaboomholy commented 4 years ago

logcat? whats that

kaboomholy commented 4 years ago

and this is what happened when i tried to build with the styles file already in the preinstalled package

styles xml 2