Skip to content

Separate APK Google Play Invalid #5452

@alvinwoon

Description

@alvinwoon

First of all, thanks for the new separate apks feature on 0.18. It cuts down their respective size by 4 mb!

arm and x86 apk uploads perfectly to play store but the universal apk seems to have problem.

Here's my build.gradle

defaultConfig {
        applicationId "com.foo"
        minSdkVersion 16
        targetSdkVersion 22
        versionCode 7
        versionName "1.6"
        ndk {
            abiFilters "armeabi-v7a", "x86"
        }
    }

It appears that the universal apk is using versionCode as oppose to versionName.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions