A small problem with compiling into apk on macbook #4909
-
Python 3.13.2
|
Beta Was this translation helpful? Give feedback.
Answered by
FeodorFitsner
Feb 16, 2025
Replies: 2 comments 2 replies
-
Can you run again but with verbose output:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've found this: https://stackoverflow.com/questions/64372383/ndk-at-library-android-sdk-ndk-bundle-did-not-have-a-source-properties-file
Check if you have
source.properties
in~/Library/Android/sdk/ndk/25.1.8937393
directory:It could be empty at all.
Rename that directory to something like
25.1.8937393_old
and re-build Flet app again. NDK should be re-installed.