gbrits edited a comment on issue #846:
URL: https://github.com/apache/cordova-android/issues/846#issuecomment-724556840


   These are the small bugs that make a developer question their existence.
   
   In my case, using Ionic 5 - I moved my declarations into the Android 
platform section, ie
   ```
   <widget ...>
       <platform name="android">
           <preference name="android-targetSdkVersion" value="29" />
       </platform>
   </widget>
   ```
   Followed by:
   ```
   ionic cordova build android --release --prod
   ```
   Then go into the `platforms/android` folder and run
   ```
   ./gradlew bundle
   ```
   Now you're all bundled up, ready for signing and uploading.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to