EchterAlsFake / PySide6-to-Android

a guide on how to compile a PySide6 (Qt for Python) application for Android devices.
17 stars 6 forks source link

Android SDK / NDK #2

Open MomenAshraf5 opened 1 week ago

MomenAshraf5 commented 1 week ago

after write this

wget -O - "https://raw.githubusercontent.com/EchterAlsFake/PySide6-to-Android/master/android_sdk_ndk_script.sh" | bash

in the last terminal cant determine the path

Error: Could not determine SDK root. Error: Either specify it explicitly with --sdk_root= or move this package into its expected location: /cmdline-tools/latest/ Android SDK and NDK installation completed.

EchterAlsFake commented 1 week ago

Yes, this is currently not an issue. I will fix that later, but you should still be able to compile everything.

MomenAshraf5 commented 6 days ago

Yes, this is currently not an issue. I will fix that later, but you should still be able to compile everything. yes it's fine but now the file buildozer.spec dont see my photo i have folder images when i put extension but not work to open image source.include.exts = png, jpg source,include.patterns = images/*.png the image all is png but when i install apk on my phone are you have solution for this ? to add image i have main.qml and main.py

EchterAlsFake commented 6 days ago

Unfortunately I didn't work with images yet, so I can't assist you with that.