Hi,
i installed Android Studio, then opened a new project with empty activity.
Started my emulator
when i try to run the app i get the following error:
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ‘:app:transformNativeLibsWithMergeJniLibsForDebug’.Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’.
java.lang.IllegalStateException: Cannot parse result path string:
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See Command-Line InterfaceBUILD FAILED in 2s
30 actionable tasks: 6 executed, 24 up-to-date
I cant find any solution that is working for me on the internet, maybe u guys can help me
Thanks in advance