- Host: macOS14.5 (23F79) Apple M1
- flutter: 3.22.3
- TestLibraryRoot:
- NDK r21e: ./TestLibrary_r21e
- NDK r25c: ./TestLibrary_r25c
- AndroidLibraryProjectRoot: TestLibraryRoot/projects/Android
- FlutterDemoRoot: TestLibraryRoot/projects/flutter/test_library/example
- Use AndroidStudio open AndroidLibraryProject
- Sync Project with gradle files
- Ensure :app:TestLibrary use release Build Variant
- Build -> Make Module 'Test.app.TestLibrary'
- cd to 'FlutterDemoRoot', execute commond 'flutter build apk --release -PENABLE_ASAN=true'
- .apk will be generated to 'FlutterDemoRoot/build/app/outputs/apk'