Skip to content

A light-weight Flutter Engine Embedder based on HADK ,which for Android devices that runs without any java code

Notifications You must be signed in to change notification settings

Boot2Flutter/flutter-hadk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flutter-hadk

A light-weight Flutter Engine Embedder based on HADK ,which for Android devices that runs without any java code

1.Build by android-ndk-toolchain

build isuse fixed by: https://www.jianshu.com/p/f84dbf8ec147

cd build

cmake .. \
    -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
    -DANDROID_ABI=arm64-v8a \
    -DANDROID_NATIVE_API_LEVEL=21

make

About

A light-weight Flutter Engine Embedder based on HADK ,which for Android devices that runs without any java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published