![]() |
Android Need help for newbie - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Android Need help for newbie (/showthread.php?tid=264324) |
Need help for newbie - lntin - 2016-03-14 Dear I am new to everything. I follow the README step by step and stuck at this ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk --with-toolchain=/opt/arm-linux-androideabi-4.9-vanilla/android-17 --prefix=/opt/xbmc-depends The system return with this error "configure: error: "/opt/android-ndk is not an NDK directory" I do not understand /opt/ is? In my system User name: linh Computer name: Acer So how could I run ./configure ...? Thanks RE: Need help for newbie - [email protected] - 2016-05-17 Hi Intin, If you are following README step by step you have the android-ndk at /opt/android-ndk-r10e android-toolchain-arm at /opt/arm-linux-androideabi-4.8-vanilla/android-17 android-sdk at /opt/android-sdk-linux or any other location that you put them in. this is from master/docs/README.android /opt is just a location/directory that is generally used for software packages that are not from the default installation (http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/opt.html) so you need to make sure where are the android-* packages and then re-run ./configure accordingly. Regards, Vadim. |