Re: [android-developers] unable to publish app to beta

2016-06-17 Thread LEW CC
nope, what i did is just changing the minSdkVersion from 15 to 16.

some information
production version 45: min(15), target(unknown)
beta version 46: min(15), target(23), no problem
beta version 47: min(15), target(23), no problem
beta version 48: min(15), target(23), no problem
beta version 49: min(16), target(23), problem occur

the error occur after i uploaded version 49.

On Friday, June 10, 2016 at 7:10:34 AM UTC+8, TreKing wrote:
>
>
> On Tue, Jun 7, 2016 at 5:50 AM, LEW CC  
> wrote:
>
>>
>>- It is forbidden to downgrade devices which previously used M 
>>permissions (target SDK 23 and above) to APKs which use old style 
>>permissions (target SDK 22 and below). This occurs in the change from 
>>version 48 (target SDK 23) to version 45 (target SDK 21).
>>- 
>>
>> btw, both minSdkVersion for version 48(beta) and 45(production) is 15
>>
>> Anyone help me? Thanks!
>>
>
> Well ...  did you set the target SDK attribute to 23 in the older version 
> then back down to 21 in the newer version? 
>
>
> -
> TreKing  - Chicago 
> transit tracking app for Android-powered devices
>

-- 
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/f4412eea-694c-4f85-8f66-ba7b36b43e24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] unable to publish app to beta

2016-06-09 Thread TreKing
On Tue, Jun 7, 2016 at 5:50 AM, LEW CC  wrote:

>
>- It is forbidden to downgrade devices which previously used M
>permissions (target SDK 23 and above) to APKs which use old style
>permissions (target SDK 22 and below). This occurs in the change from
>version 48 (target SDK 23) to version 45 (target SDK 21).
>-
>
> btw, both minSdkVersion for version 48(beta) and 45(production) is 15
>
> Anyone help me? Thanks!
>

Well ...  did you set the target SDK attribute to 23 in the older version
then back down to 21 in the newer version?

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/CANCScgh2sejhVOMtoHRbVwO6tuu19UqorKwoO69DROCAT2dm-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] unable to publish app to beta

2016-06-07 Thread LEW CC
i have upgraded my app version 49(beta) minSdkVersion from 15 to 16.
then i publish latest version 49(beta) to beta channel but i receive this 
message

   - It is forbidden to downgrade devices which previously used M 
   permissions (target SDK 23 and above) to APKs which use old style 
   permissions (target SDK 22 and below). This occurs in the change from 
   version 48 (target SDK 23) to version 45 (target SDK 21).
   - 

btw, both minSdkVersion for version 48(beta) and 45(production) is 15

Anyone help me? 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/3653f779-42b2-405e-91e6-4a859088acca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.