When I try to install the android application on API 26. I am getting this error.
First I have tried with build tool version
- 25.3.1
encounter same issue as shown in the below image.
and then I have updated build tools version
to 26.0.1
and support library version to 26.0.0
.
with recent Google Play Service Version - 11.0.4
.
I have checked whether android libraries which I am using have native code i.e., C++ code but every library library I used is written in Java expect one library with bits of PHP,Python and Ruby.
I am Using
- Google Maps
- Google Location
- Google GCM.
I have tried including ABI Splits in my Gradle file as mentioned here
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a'
universalApk true
}
}
But encountered same error everytime.
Emulator Device Details :