A memo for myself (I had to publish it because there were up to 10 drafts)
Will be updated from time to time
--Follow Google as a basic policy (Android Developers)
--Language uses Kotlin (latest version) instead of Java --Use Android Studio (latest version) as the editor --Use Gradle (latest version) as the build tool --Do not use wildcards for import --Do not use wildcards even when there are multiple imports in Android Studio settings --Automatically delete unused imports in Android Studio settings --Release is done by aab (Android App Bundle) instead of apk --Use the internal test version track on Google Play Console for the test environment including billing --Deploy Gate may be used for the test environment that does not include billing.
Recommended Posts