Guest User

GradleSradle bledy

a guest
Sep 28th, 2022
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Executing tasks: [:app:assembleDebug] in project /home/szymon/AndroidStudioProjects/KotlinAppStudia
  2.  
  3.  
  4. FAILURE: Build completed with 2 failures.
  5.  
  6. 1: Task failed with an exception.
  7. -----------
  8. * Where:
  9. Build file '/home/szymon/AndroidStudioProjects/KotlinAppStudia/app/build.gradle' line: 7
  10.  
  11. * What went wrong:
  12. A problem occurred evaluating project ':app'.
  13. > Could not find method dependencyResolutionManagement() for arguments [build_f2ebos22yeydc7x98o1r1fyx6$_run_closure1@2a41e3b7] on project ':app' of type org.gradle.api.Project.
  14.  
  15. * Try:
  16. > Run with --stacktrace option to get the stack trace.
  17. > Run with --info or --debug option to get more log output.
  18. > Run with --scan to get full insights.
  19. ==============================================================================
  20.  
  21. 2: Task failed with an exception.
  22. -----------
  23. * What went wrong:
  24. A problem occurred configuring project ':app'.
  25. > com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle
  26.  
  27. * Try:
  28. > Run with --stacktrace option to get the stack trace.
  29. > Run with --info or --debug option to get more log output.
  30. > Run with --scan to get full insights.
  31. ==============================================================================
  32.  
  33. * Get more help at https://help.gradle.org
  34.  
  35. BUILD FAILED in 263ms
  36.  
Advertisement
Add Comment
Please, Sign In to add comment