Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70434

How to build a Ionic5/Capacitor app for release?

$
0
0

Hi,
this is my first app with Capacitor and I have to build this app for Android.

With Cordova I build an app with these commands:

1) ionic cordova build --prod --release android
2) cd ....myapp\platforms\android\app\build\outputs\apk\release\
3) jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore myapp.keystore app-release-unsigned.apk myapp
4) zipalign -v 4 app-release-unsigned.apk MyApp-010001.apk

Now I read that with Capacitor I have to run these commands:

    - ionic build 
    - npx cap add android
    - npx cap copy android
    - npx cap open android

The last command opens Android Studio. OK

And then?
How can I:

  • sign the app? (step 3)
  • generate the apk that I have to upload on GooglePlay? (step 4)

I haven’t find a tutorial on this and I think it is strange that the Ionic site says only:
“Once Android Studio launches, you can build your app through the standard Android Studio workflow.”

Any help will be appreciated

Thank you very much

cld

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 70434

Trending Articles



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