# Distribution already compiled, pass.
# Application pushed.
# Application started.
No error message, but my android has no app on it. I use a Windows PC to copy the apk to my android, installed the app. But it still crashes upon startup.
It seems ubuntu can not see my android, but buildozer does not give any error messages.
Any further suggestions:
gswf
# Android packaging done!
# APK ERPtest-0.1-debug.apk available in the bin directory
# Run '/home/feifei/.buildozer/android/platform/android-sdk-20/platform-tools/adb devices'
# Cwd None
List of devices attached
???????????? no permissions
# Deploy on ????????????
# Run '/home/feifei/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r /home/feifei/erptest/bin/ERPtest-0.1-debug.apk'
# Cwd /home/feifei/.buildozer/android/platform
error: insufficient permissions for device
error: insufficient permissions for device
error: insufficient permissions for device
- waiting for device -
I googled online, find suggest solution @ http://ssahinkoc.blogspot.jp/2015/01/how-to-fix-no-permission-error-for.html
I followed the suggestions but with no luck, the log gave same error.
Anyone know how should I do with this error?
List of devices attached
d66134c7 device
# Deploy on d66134c7
# Run '/home/feifei/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r /home/feifei/test/bin/MyERPtest-0.1.2-debug.apk'
# Cwd /home/feifei/.buildozer/android/platform
4019 KB/s (7494889 bytes in 1.820s)
open: Permission denied
open: Permission denied
pkg: /data/local/tmp/MyERPtest-0.1.2-debug.apk
Success
# Application pushed.
# Run on d66134c7
# Run '/home/feifei/.buildozer/android/platform/android-sdk-20/platform-tools/adb shell am start -n org.test.erptest/org.renpy.android.PythonActivity -a org.renpy.android.PythonActivity'
# Cwd /home/feifei/.buildozer/android/platform
open: Permission denied
open: Permission denied
Starting: Intent { act=org.renpy.android.PythonActivity cmp=org.test.erptest/org.renpy.android.PythonActivity }
# Application started.
How can I solve this crashing problem? any help will be very much appreciated.