[ERROR] Cannot create release APK #26535
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
Hi
I have followed all the steps from https://facebook.github.io/react-native/docs/signed-apk-android to generate apk for react native without EXPO and i when i check on /android/app/build/outputs/apk i only see this folder => "/android/app/build/outputs/apk/debug"
Inside debug i can check debug apk that it's an older version of the app and the output.json .
The output.json content:
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"app-debug.apk","properties":{}}]
This is my android/app/build.gradle:
This is my package.json:
When i execute ./gradlew bundleRelease
Comes with success after that i execute react-native run-android --variant=release
This said me an error:
Task 'installReleaseDebug' not found in root project 'mysupercoolapp'.
The text was updated successfully, but these errors were encountered: