Confirmed users
3,990
edits
No edit summary |
|||
Line 60: | Line 60: | ||
* reset reserved slaves | * reset reserved slaves | ||
echo 0 > reserved_slaves | echo 0 > reserved_slaves | ||
== Multiple apk rules are broken == | |||
From release-drivers: | |||
<pre> | |||
On 12-09-05 3:01 PM, Mark Finkle wrote: | |||
> Looks like we are breaking the "Rules for Multiple APKs": | |||
> | |||
> Each APK must not exactly match the configuration support of another APK. | |||
> | |||
> http://developer.android.com/guide/google/play/publishing/multiple-apks.html#Rules | |||
> | |||
> Armen wrote: | |||
> Hi, | |||
> I'm having trouble with having 2 active products. I have not hit "save" yet. | |||
> | |||
> I followed these instructions: | |||
> activate armv6 | |||
> deactivate previous beta1 | |||
> activate armv7 | |||
> and I get this error: | |||
> Error: APK version 2012090411 supports all the same devices as other APKs with higher versions. It would not be served. Please deactivate an APK. | |||
> Here's a screenshot: http://cl.ly/JFkd | |||
> | |||
> Anyone know what am I doing wrong? | |||
> | |||
> Here are the files I used: | |||
> http://ftp.mozilla.org/pub/mozilla.org/mobile/candidates/16.0b2-candidates/build1/android/multi/fennec-16.0b2.multi.android-arm.apk | |||
> http://ftp.mozilla.org/pub/mozilla.org/mobile/candidates/16.0b2-candidates/build1/android-armv6/multi/fennec-16.0b2.multi.android-arm-armv6.apk | |||
> | |||
> Best regards, | |||
> Armen | |||
</pre> |