kaist-ina / nemo

This is an official GitHub repository for the paper, "NEMO: Enabling Neural-enhanced Video Streaming on Commodity Mobile Devices".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set ndk.dir in Android Studio.

estimate123 opened this issue · comments

I tried to set the ndk.dir to ‘ndk.dir=/android-ndk-r14b’ in Android Studio, it returned Error: location did not contan a valid NDK. I want to know how to set the ndk.dir in Android Studio? The ndk path inside docker is not available in Ubuntu environment.

I installed android-ndk-r14b version ndk on my Ubuntu 16.04, and set ‘ndk.dir=/root/Android/android-ndk-r14b’, but I still got Error during the gradle sync process.
Error message is
"Error: Cause: executing native build for ndkBuild /home/lxl/docker/nemo/nemo/player/Exoplayer/extensions/vp9/src/main/jni/Android.mk"

please tell me how to fix this, thank you : )

I installed android-ndk-r14b version ndk on my Ubuntu 16.04, and set ‘ndk.dir=/root/Android/android-ndk-r14b’, but I still got Error during the gradle sync process.
Error message is
"Error: Cause: executing native build for ndkBuild /home/lxl/docker/nemo/nemo/player/Exoplayer/extensions/vp9/src/main/jni/Android.mk"

please tell me how to fix this, thank you : )

I met the same error, have you fixed it?

I installed android-ndk-r14b version ndk on my Ubuntu 16.04, and set ‘ndk.dir=/root/Android/android-ndk-r14b’, but I still got Error during the gradle sync process.
Error message is
"Error: Cause: executing native build for ndkBuild /home/lxl/docker/nemo/nemo/player/Exoplayer/extensions/vp9/src/main/jni/Android.mk"

please tell me how to fix this, thank you : )

I met the same error, have you fixed it?

Executing the Android application do not require the Docker environment.
So could you try the app installation this without it?