Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 952 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 952 Bytes

ErlangLauncher

This sample uses the new Android Studio CMake plugin with C++ support. For how to use Android Studio, refer to Hello-CMake codelab

Pre-requisites

  • Android Studio 2.2+ with NDK bundle.

Getting Started

  1. Download Android Studio
  2. Launch Android Studio.
  3. Open the sample directory.
  4. Open File/Project Structure...
  • Click Download or Select NDK location.
  1. Click Tools/Android/Sync Project with Gradle Files.
  2. Click Run/Run 'app'.

This project contains the arm-64 version of the compiled OTP23-r3. The JNIInterface library is compiled from the very same OTP23-r3 release, if you upgrade the otp, make sure to use the latest JNIinterface library.