build as standalone apk(now)

build standalone android app

2015/11/29

input command ,then create apk in build folder.

flutter apk

ex: release Google play result

ex: mino

https://github.com/kyorohiro/doc_2dgame/tree/master/demo/mino

Detail: Prepare to create APK

1 create apk folder

2 create AndroidManifest.xml in apk folder

2-1 mod into your package name

2-2 mod into your app label

Ex: For Release

1. sign cert

http://developer.android.com/intl/ja/tools/publishing/app-signing.html

1-1 create keystore

1-2 sign

Detail: remove debug certification

Ex: If Add Icon

(1)

(2) add "android:icon="@mipmap/ic_launcher"" in AndroidManirest.xml

(3) add resource file

(4) build

(5) cert

Last updated

Was this helpful?