

There are now over 1 million apps using app bundles in production, including the majority of the top 1,000 apps and games on Google Play such as Adobe, Duolingo, Gameloft, Netflix, redBus, Riafy, and Twitter. :app:generateReleaseBuildConfig UP-TO-DATEĢ3:43:49: External task execution finished 'assembleRelease'.Since we launched the Android App Bundle in May 2018, we’ve seen our developer community embrace this new standard to benefit from streamlined releases and advanced distribution features. :app:compileReleaseRenderscript UP-TO-DATE :app:prepareOrgAltbeaconAndroidBeaconLibrary214Library UP-TO-DATE :app:prepareComAndroidSupportSupportV42200Library UP-TO-DATE :app:prepareComAndroidSupportRecyclerviewV72103Library UP-TO-DATE :app:prepareComAndroidSupportCardviewV72103Library UP-TO-DATE :app:prepareComAndroidSupportAppcompatV72200Library UP-TO-DATE Release messages - 23:43:42: Executing external task 'assembleRelease'.Ĭonfiguration on demand is an incubating feature.

compile project(':android-beacon-library')Ĭompile 'org.altbeacon:android-beacon-library: 'Ĭompile fileTree(dir: 'libs', include: )Ĭompile ':appcompat-v7:22.0.0'Ĭompile ':recyclerview-v7:21.+'Ĭompile ':cardview-v7:21.+'Ĭompile ':support-v4:+' ProguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

TargetSdkVersion 22 // same as compilesdkversion My Phone - Nexus 5, 2 GB RAM, Android 5.1.1īuildToolsVersion "22.0.1" // build tools version Please help with it.Įmulator AVD - Galaxy Nexus, 1 GB RAM, API 22 (Android 5.1.1), CPU x86 It is generating a file like - app-release-unsigned.apk in my app/build/outputs/apk folder. I am taking help of "Build a release version" section on this link.

I have Untrusted Sources installation allowed too. I am working on an android app and everything works fine when I build it in my local system and run on emulator, but as soon as I make and release and install apk on my phone, it crashes with error - There was an error parsing the packageĪs you can see, I am building with latest SDK and build tools, and my phone is running the same version on API too.
