Flutter Engine
The Flutter Engine
|
Executables packaged as native activities in an Android APK. These activities contain no Java code.
To create an APK of your existing exectuable
target, replace exectuable
with native_activity_apk
from the native_activity.gni
template and give it an apk_name
.
One of the translation units in must contain an implementation of flutter::NativeActivityMain
. The gtest_activity
target contains an implementation of an activity that run GoogleTests. That can be used off the shelf.