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
flutter/src/examples/BUILD.gn
group("examples") {
testonly = true
deps = [
"//examples/fitness",
"//examples/game",
"//examples/mine_digger",
"//examples/stocks",
"//examples/test",
]
}
- draw test https://github.com/kyorohiro/hello_skyengine/tree/master/test_android
- draw image https://github.com/kyorohiro/hello_skyengine/tree/master/test_android_2
- draw image and icon https://github.com/kyorohiro/hello_skyengine/tree/master/test_android_3
project folder name is "test"
./examples/test/lib
./examples/test/apk
./examples/test/...
..
..
./sky/tools/gn --android
ninja -C out/android_Debug
adb install -r ./out/android_Debug/apks/test.apk