Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 410 Bytes

PyComposeUIAppTemplate

Application Project Template with PyComposeUI

export ANDROIDSDK="$HOME/Library/Android/sdk/platforms/android-34" export ANDROIDNDK="$HOME/Library/Android/sdk/ndk/26.2.11394342" export ANDROIDAPI="34" # Target API version of your application export NDKAPI="24" # Minimum supported API version of your application export ANDROIDNDKVER="r26c" # Version of the NDK you installed