Guest User

Untitled

a guest
Mar 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. buildscript {
  2. repositories {
  3. google()
  4. jcenter()
  5. }
  6. dependencies {
  7. classpath 'com.android.tools.build:gradle:3.0.1'
  8. }
  9. }
  10.  
  11. apply plugin: 'com.android.library'
  12.  
  13. What went wrong:
  14. A problem occurred evaluating script.
  15. > Plugin with id 'com.android.library' not found.
  16.  
  17. buildscript {
  18. repositories {
  19. google()
  20. jcenter()
  21. }
  22. dependencies {
  23. classpath 'com.android.tools.build:gradle:3.0.1'
  24. }
  25. }
  26.  
  27. apply plugin: 'com.android.library'
  28.  
  29. include 'my-aar-project'
Add Comment
Please, Sign In to add comment