简体   繁体   中英

Changing code after generating apk file in android studio

Can I make changes to my code after I have generates the apk for release ? Because I had to build apk but now have to do some changes. Can somebody tell ?

Yes, you can make changes to the code and build as many apks as you want.

if you are using android studio, After changing your code, just go to build>generate_signed_apk to build an signed apk for release.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM