Hi,

I have uploaded a new version of my app to the Android Developer Console 
and would like to test it using the Alpha or Beta Test channel. I followed 
all instructions and tried all kind of different settings to get the test 
version onto my device using the Play Store. However after two weeks I was 
still not successfull. 

I contacted the Google support and they told this:

*I’ve looked into your issue and found that your app's Version 15 is not 
compatible with the Nexus 5 due to a conflict in your app’s manifest with 
the following native platforms: armeabi, armeabi-v7a. *

*For more information about platforms, visit our developer site at 
https://developer.android.com/ndk/guides/abis.html 
<https://developer.android.com/ndk/guides/abis.html>*

Well this was a suprise, since I never heard about the ABIs before. The all 
information on the linked page is related to the *NDK*, but I am using the 
*SDK*. 

This is the first version of my app that I created using Android Studio. 
Befor that I used Eclipse. I have no idea if switching the IDE somehow 
messed up the Project settings but I found not information/settings related 
to the ABI version in my Android Studio project.

*Is the ABI version even relevant when using with the Java SDK?* Java does 
not create a Binary but byte code that is processed by the Java VM on the 
device. So why would I need different binary codes anyway?

How can check the ABI version of my APK?

How can I change the ABI version of my APK? The linked page point to 
setting in the Application.mk 
<https://developer.android.com/ndk/guides/application_mk.html> file. 
However this file seems to be used in NDK projects only and I am using an 
SDK project...

So, what can I do to solve this issue?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f561a884-15d8-402c-b374-c2bf0c2f8aeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to