You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a build failure when trying to build an APK using Flutter SDK v3.10 with the latest version of FreeRASP Flutter 6.12.0. The error appears to be related to R8 minification and class compilation.
Error Log: com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: myapp\build\freerasp\intermediates\runtime_library_classes_jar\release\classes.jar:com/aheaditec/freerasp/Threat.class
Steps to Reproduce:
1. Use Flutter SDK 3.10.
2. Add FreeRASP Flutter 6.12.0 to pubspec.yaml.
3. Run: flutter clean flutter pub get flutter build apk --release
4. Observe the build failure.
The text was updated successfully, but these errors were encountered:
I encountered a build failure when trying to build an APK using Flutter SDK v3.10 with the latest version of FreeRASP Flutter 6.12.0. The error appears to be related to R8 minification and class compilation.
Error Log:
com.android.tools.r8.CompilationFailedException: Compilation failed to complete, origin: myapp\build\freerasp\intermediates\runtime_library_classes_jar\release\classes.jar:com/aheaditec/freerasp/Threat.class
Steps to Reproduce:
1. Use Flutter SDK 3.10.
2. Add FreeRASP Flutter 6.12.0 to pubspec.yaml.
3. Run:
flutter clean
flutter pub get
flutter build apk --release
4. Observe the build failure.
The text was updated successfully, but these errors were encountered: