Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29619

Android Studio is building old version via Generate Signed bundle / APK

$
0
0

I am trying to build APK from Android studio 3.6.3 to test on the device as well as for publishing app on google play console, but I noticed, Its building APK with the old version, tried almost everything

By the way, build is working fine on the built-in emulator

build.gradle

// The old version name was 1.1defaultConfig {    applicationId "com.bankonus"    minSdkVersion rootProject.ext.minSdkVersion    targetSdkVersion rootProject.ext.targetSdkVersion    versionCode 3    versionName "1.2"    missingDimensionStrategy 'react-native-camera', 'general'    multiDexEnabled true}

Tried solutions

  1. File > Invalidate cache/restart > Invalidate cache/restart
  2. Build > Clean project
  3. Run > Edit Configuration > app > general > before launch > Gradle-aware make

Please help, Thanks in advance


Viewing all articles
Browse latest Browse all 29619

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>