Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Fails with Flutter 3.10 and FreeRASP 6.12.0 – R8 Compilation Failed #162

Open
Ahmad-Ayman opened this issue Feb 26, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Ahmad-Ayman
Copy link

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.

@yardexx yardexx self-assigned this Mar 3, 2025
@yardexx yardexx added the bug Something isn't working label Mar 3, 2025
@tompsota tompsota mentioned this issue Mar 6, 2025
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants