build as standalone android app(old)
2015/10/26
for creating standalone apk tool is in progress now. so, I try to create standalone flutter apk from flutter build environment.
ex : create "test" app
(1) create flutter build env
(2) modify BUILD.gn on examples
flutter/src/examples/BUILD.gn
(3) create app project
draw image and icon
https://github.com/kyorohiro/hello_skyengine/tree/master/test_android_3
project folder name is "test"
(4) build on flutter/src
(5) install apk
Last updated