简体   繁体   中英

how to run native android project by android studio

I want to import a native Android project, but it seems ndk-bundle error. how can I install ndk from the terminal and set ndk path on ubuntu or import project by android studio?

for example, how can I import,run and customize this project >>> Anysoftkeyboard

download ndk from Setting -> Android SDK -> Select SDK Tools -> Check NDK -> click on ok. The download will start.

Android SDK

after completion of the download click on Project Structure -> SDK location, you can see ndk path (Android NDK Location), replace this path in your project where it required.

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM