Android Studio remember keystore and password -


whenever build signed apk dialog appears: dialog

every time have enter same texts (path, passwords, alias).

my question: how save , remember them, across projects? ticking "remember passwords" not help. keystore file has been generated while ago , used in eclipse many times.

go file -->project structure-->click on app-->and on right side 4tabs appear , select build in , enter detail. that's it
important these in build.gradle file

android {     signingconfigs {         prodsigningkey {             keyalias 'any alias name'             keypassword 'your actual password'             storefile file('keystore file path on computer')             storepassword 'your actual password'         }     } } 

Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -