Guest User

Untitled

a guest
Nov 18th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4. compileSdkVersion "Google Inc.:Glass Development Kit Preview:19"
  5. buildToolsVersion "27.0.1"
  6. defaultConfig {
  7. applicationId "com.example.minttu.qr_codereader"
  8. minSdkVersion 19
  9. targetSdkVersion 26
  10. versionCode 1
  11. versionName "1.0"
  12. }
  13. buildTypes {
  14. release {
  15. minifyEnabled false
  16. proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  17. }
  18. }
  19. }
  20.  
  21.  
  22. dependencies {
  23. implementation fileTree(include: ['*.jar'], dir: 'libs')
  24. compile 'madgaze.x5_gesture:development-kit:1.1.7.beta'
  25. }
  26.  
  27. Error:resource android:style/TextAppearance.Material not found.
  28. Error:resource android:style/TextAppearance.Material.Body1 not found.
  29. Error:resource android:style/TextAppearance.Material.Body2 not found.
  30. Error:resource android:style/TextAppearance.Material.Button not found.
  31. Error:resource android:style/TextAppearance.Material.Caption not found.
  32. Error:resource android:style/TextAppearance.Material.Display1 not found.
  33. Error:resource android:style/TextAppearance.Material.Display2 not found.
  34. Error:resource android:style/TextAppearance.Material.Display3 not found.
  35. Error:resource android:style/TextAppearance.Material.Display4 not found.
  36. Error:resource android:style/TextAppearance.Material.Headline not found.
  37. Error:resource android:style/TextAppearance.Material.Inverse not found.
  38. Error:resource android:style/TextAppearance.Material.Large not found.
  39. Error:resource android:style/TextAppearance.Material.Large.Inverse not found.
  40. Error:resource android:style/TextAppearance.Material.Widget.PopupMenu.Large not found.
  41. Error:resource android:style/TextAppearance.Material.Widget.PopupMenu.Small not found.
  42. Error:resource android:style/TextAppearance.Material.Medium not found.
  43. Error:resource android:style/TextAppearance.Material.Medium.Inverse not found.
  44. Error:resource android:style/TextAppearance.Material.Menu not found.
  45. Error:resource android:style/TextAppearance.Material.SearchResult.Subtitle not found.
  46. Error:resource android:style/TextAppearance.Material.SearchResult.Title not found.
  47. Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
  48. Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
  49. Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
  50. Error:Execution failed for task ':app:processDebugResources'.
  51. > Failed to execute aapt
Add Comment
Please, Sign In to add comment