zhouwg / kantv

workbench for learing&practising AI tech in real scenario on Android device, powered by GGML(Georgi Gerganov Machine Learning) and NCNN(Tencent NCNN) and FFmpeg
Apache License 2.0
110 stars 18 forks source link

project: refine apk cmdline build #148

Closed zhouwg closed 4 months ago

xionxiao commented 4 months ago

Encountered an error when setup from a brand new environment:

bash: sdkmanager: command not found

cmdline-tools should be unzip into ${ANDROID_HOME}/cmdline-tools/latest and then set:

PATH=${ANDROID_HOME}/cmdline-tools/latest/bin:${PATH}
zhouwg commented 4 months ago

Encountered an error when setup from a brand new environment:

bash: sdkmanager: command not found

cmdline-tools should be unzip into ${ANDROID_HOME}/cmdline-tools/latest and then set:

PATH=${ANDROID_HOME}/cmdline-tools/latest/bin:${PATH}

thanks for your comment, I'll update it accordingly

zhouwg commented 4 months ago

Tested OK!

thanks for your time and feedback.