- Forum posts: 1
Apr 27, 2017, 1:51:23 PM via Website
Apr 27, 2017 1:51:23 PM via Website
I have an native c library, I have integrated and build a shared library to be called from android java code via JNI, and it is working.
I want to test in android emulator for different CPU targets.
Application.mk
with
ABI: all generates library for arm64-v8a, armeabi, armeabi-v7a, mips, mips64, x86, x86_64
Question: How do I get the system images for : arm64-v8a, mips, mips64,armeabi ? I don't see under SDK manager for Android Lollipop 5.0 platform 21 or other are not supported for platform 21.
Ganesan