Ramotion/folding-cell-android

can't upload application to Google Play store

Closed this issue · 6 comments

I have tried to publish my application to Google Play store but when i include the
'com.ramotion.foldingcell:folding-cell:1.0.0' I get the following error when trying to upload
apk file.
the dependency causes the next Issue:
Multiple APK: Version 1 is not served to any device configuration.

after a little research i found out here in the manifest:

https://github.com/Ramotion/folding-cell-android/blob/master/folding-cell/src/main/AndroidManifest.xml

it is written
<uses-sdk android:maxSdkVersion="17" />

it should be
<uses-sdk android:minSdkVersion="17" />

beacuse as stated in your documentation it is stated Android 4.2.2 Jelly Bean (API lvl 17) or greater

thanks, fixed in 1.0.1 version.

What's your application name?

It is called Kipmi but it is still in beta testing ,We will inform you when
it is done !
Thank you for reviewing the Issue.

On Wed, May 18, 2016 at 1:52 PM, Mardoqueu notifications@github.com wrote:

What's your application name?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#14 (comment)

Okay! I thought it already could be available on play store. I'd like to see how you used the folding cell on it. Thanks for your answering

I will let you know when it's done !! by the way ,it looks great !

On Wed, May 18, 2016 at 2:59 PM, Mardoqueu notifications@github.com wrote:

Okay! I thought it already could be available on play store. I'd like to
see it for sure. Thanks for your answering


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#14 (comment)