Hi
Before using android ndk, I used ArcGIS map and it worked without any problem in my android application,. When I started to use android-ndk, ArcGIM started to not work. I got inflate exception when the application try to open activity which contain map.
Caused by: android.view.InflateException: Binary XML file line #25:
Error inflating class com.esri.android.map.MapView
Do I have to change something settings in project? what should I do? or Should I add some line into my android.mk?
Thank you