Replies: 1 comment 11 replies
-
Sorry, bundling executables with an app on recent versions of Android is very difficult, and maybe impossible (chaquo/chaquopy#605). Anyway, if you mean this adbx, it appears to be a WIndows app for controlling an Android device, so trying to run it on the device itself makes no sense. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add the third party "adbx" in pyproject.toml, but it doesn't have the execute permission,it raises:/data/user/0/com.example.demo0529/files/chaquopy/AssetFinder/requirements/adbx/bin/platform-tools/adb: can't execute: Permission denied.
And I use chmod to add it execute permission, but it also raises Permission denied. How can I have the execute permission to use it?
Beta Was this translation helpful? Give feedback.
All reactions