android apk release,gradle - How to build a 'release' APK in Android Studio? - Stack Overflow

超、凢脫俗 2022-10-05 05:41 290阅读 0赞

I am trying to build an APK that I can upload to the Play Store.

When I select Build|Generate Signed APK… in Android Studio (version 0.3.1), I am directed to a link on how to properly set up the signing process in the “gradle build scripts”:

T9x3o.png

Unfortunately, after checking that page I’m at a loss as to what file to edit and what to put in it - I’m coming from a Visual Studio background, so lazily expect stuff to ‘just work’ :).

(After OK’ing Android Studio’s warning message, A.S. brings up a Generate Signed APK Wizard, which I went through, passing my key’s details. The resulting APK was rejected by the Play Store for having a key with a too-soon expiry-date).

I also tried bringing up the Android Studio Terminal window and running ‘gradle’, as instructed in the above message, but this command was not found. So as an aside, since perhaps running the command might do something useful, how would I run gradle?

I found a ‘Gradle’ window in the A.S. IDE, and tried building the assembleRelease target found in that window. However, the Run window output just shows “Executing external task ‘assembleRelease’…”.

发表评论

表情:
评论列表 (有 0 条评论,290人围观)

还没有评论,来说两句吧...

相关阅读