So I've talked with Google play support, and the reason they gave me for the device incompatibility issue is 'No Supported native platform: armeabi, armeabi-v7a'. And this happens only if I add bitcoinj to my gradle file. So does bitcoinj have dependencies on native precompiled libraries that would cause this issue?
On Monday, December 5, 2016 at 12:11:40 PM UTC-8, Andreas Schildbach wrote: > > The play store lists the differences to the previous APK when uploading. > Reading that should tell why your app is limited so extremely. > > As you said, bitcoinj can hardly be the reason. Bitcoin Wallet (which > uses bitcoinj) supports 12696 devices. > > > On 12/04/2016 05:34 AM, Thomas Logan wrote: > > > > So I’m creating a bitcoin cold wallet for Android, but I’m having this > > odd issue. When I just add bitcoinj to my Android app build.gradle file > > and submit to the Google Play Store, the number of supported devices as > > shown on the Google Play Store submission console goes from 10974 to 12 > > supported devices. There is no way so many devices do not support > > bitcoinj. I see plenty of bitcoin apps on the Play Store that uses > > bitcoinj and supports a large number of devices. I’m definitely doing > > something wrong, is there some configuration that I’m not aware of or > > something? How can I fix this? > > > > > > > > > > -- > > You received this message because you are subscribed to the Google > > Groups "bitcoinj" group. > > To unsubscribe from this group and stop receiving emails from it, send > > an email to [email protected] <javascript:> > > <mailto:[email protected] <javascript:>>. > > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
