Guest User

Untitled

a guest
Oct 17th, 2017
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Error:Execution failed for task ':app:processDebugResources'.
  2. > com.android.ide.common.process.ProcessException: Failed to execute aapt
  3.  
  4. android {
  5. compileSdkVersion 25
  6. buildToolsVersion "25.0.2"
  7. defaultConfig {
  8. ...
  9. minSdkVersion 15
  10. targetSdkVersion 25
  11. }
  12. }
  13.  
  14. compileSdkVersion 'android-O'
  15. buildToolsVersion '26.0.0-rc1'
  16. minSdkVersion 'O'
  17.  
  18. android {
  19. compileSdkVersion 'android-O'
  20. buildToolsVersion '26.0.0-rc1'
  21.  
  22. defaultConfig {
  23. targetSdkVersion 'O'
  24. }
  25. ...
  26. }
  27.  
  28. dependencies {
  29. compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
  30. }
Add Comment
Please, Sign In to add comment