
Click on the button at the bottom right : "Configure" > "SDK manager".

If you have an open project close it with "File" > "Close project". To know the path of the android studio sdk, open android studio. zip, you'll have to install it in the "ndk" folder of android studio sdk. OF 0.10.0 has been tested with the NDK version r15c, newer versions might work but it's not guaranteed. This is the C/C++ compiler, headers and libraries for Android. In the event that Android Studio does not come with an SDK, you can install it from (under "Get the SDK for an existing IDE"). It should come with (or automatically install) a recent SDK, though you can customize the SDK version later from within Android Studio using Tools ➞ Android ➞ SDK Manager. Installation Install Android Studio and the SDKĭownload and install Android Studio from (you need Android Studio 1.0 or higher). Let Android Studio download all other dependencies missing automatically.It will ask you for NDK location, either put the path in local.properties or click Project Structure and select the NDK location.In Android Studio, use Open an existing Android Studio project and select an openFrameworks example from the examples/android folder.Use the Project Generator to generate Android Studio project files for android examples.Run scripts/android/download_libs.sh to download libraries.Download openFrameworks from the download page or from git.Install the Android NDK (actually tested version is r15c).


