Guest User

Untitled

a guest
Feb 23rd, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.80 KB | None | 0 0
  1. Executing tasks: [:app:assembleDebug]
  2.  
  3. Configuration on demand is an incubating feature.
  4. :app:preBuild UP-TO-DATE
  5. :app:preDebugBuild UP-TO-DATE
  6. :app:compileDebugNdk UP-TO-DATE
  7. :app:checkDebugManifest
  8. :app:preReleaseBuild UP-TO-DATE
  9. :app:prepareComAndroidSupportAppcompatV72103Library UP-TO-DATE
  10. :app:prepareComAndroidSupportSupportV42103Library UP-TO-DATE
  11. :app:prepareDebugDependencies
  12. :app:compileDebugAidl UP-TO-DATE
  13. :app:compileDebugRenderscript UP-TO-DATE
  14. :app:generateDebugBuildConfig UP-TO-DATE
  15. :app:generateDebugAssets UP-TO-DATE
  16. :app:mergeDebugAssets UP-TO-DATE
  17. :app:generateDebugResValues UP-TO-DATE
  18. :app:generateDebugResources UP-TO-DATE
  19. :app:mergeDebugResources
  20. :app:processDebugManifest UP-TO-DATE
  21. :app:processDebugResources
  22. :app:generateDebugSources
  23. :app:compileDebugJava
  24. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
  25.         RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
  26.         ^
  27.   symbol:   class RelativeLayout
  28.   location: class QuoteBook
  29. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
  30.         RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
  31.                                 ^
  32.   symbol:   class RelativeLayout
  33.   location: class QuoteBook
  34. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
  35.         final TextView quoteText = (TextView) findViewById(R.id.quote);
  36.               ^
  37.   symbol:   class TextView
  38.   location: class QuoteBook
  39. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
  40.         final TextView quoteText = (TextView) findViewById(R.id.quote);
  41.                                     ^
  42.   symbol:   class TextView
  43.   location: class QuoteBook
  44. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
  45.         final TextView personText = (TextView) findViewById(R.id.person);
  46.               ^
  47.   symbol:   class TextView
  48.   location: class QuoteBook
  49. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
  50.         final TextView personText = (TextView) findViewById(R.id.person);
  51.                                      ^
  52.   symbol:   class TextView
  53.   location: class QuoteBook
  54. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
  55.         final ArrayList<Quote> quoteList = new ArrayList<Quote>();
  56.               ^
  57.   symbol:   class ArrayList
  58.   location: class QuoteBook
  59. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
  60.         final ArrayList<Quote> quoteList = new ArrayList<Quote>();
  61.                                                ^
  62.   symbol:   class ArrayList
  63.   location: class QuoteBook
  64. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:42: error: package View does not exist
  65.         touch.setOnClickListener(new View.OnClickListener() {
  66.                                          ^
  67. 9 errors
  68.  
  69.  FAILED
  70.  
  71. FAILURE: Build failed with an exception.
  72.  
  73. * What went wrong:
  74. Execution failed for task ':app:compileDebugJava'.
  75. > Compilation failed; see the compiler error output for details.
  76.  
  77. * Try:
  78. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  79.  
  80. BUILD FAILED
  81.  
  82. Total time: 9.305 secs
  83. Executing tasks: [:app:assembleDebug]
  84.  
  85. Configuration on demand is an incubating feature.
  86. :app:preBuild UP-TO-DATE
  87. :app:preDebugBuild UP-TO-DATE
  88. :app:compileDebugNdk UP-TO-DATE
  89. :app:checkDebugManifest
  90. :app:preReleaseBuild UP-TO-DATE
  91. :app:prepareComAndroidSupportAppcompatV72103Library UP-TO-DATE
  92. :app:prepareComAndroidSupportSupportV42103Library UP-TO-DATE
  93. :app:prepareDebugDependencies
  94. :app:compileDebugAidl UP-TO-DATE
  95. :app:compileDebugRenderscript UP-TO-DATE
  96. :app:generateDebugBuildConfig UP-TO-DATE
  97. :app:generateDebugAssets UP-TO-DATE
  98. :app:mergeDebugAssets UP-TO-DATE
  99. :app:generateDebugResValues UP-TO-DATE
  100. :app:generateDebugResources UP-TO-DATE
  101. :app:mergeDebugResources UP-TO-DATE
  102. :app:processDebugManifest UP-TO-DATE
  103. :app:processDebugResources UP-TO-DATE
  104. :app:generateDebugSources UP-TO-DATE
  105. :app:compileDebugJava
  106. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
  107.         RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
  108.         ^
  109.   symbol:   class RelativeLayout
  110.   location: class QuoteBook
  111. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
  112.         RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
  113.                                 ^
  114.   symbol:   class RelativeLayout
  115.   location: class QuoteBook
  116. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
  117.         final TextView quoteText = (TextView) findViewById(R.id.quote);
  118.               ^
  119.   symbol:   class TextView
  120.   location: class QuoteBook
  121. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
  122.         final TextView quoteText = (TextView) findViewById(R.id.quote);
  123.                                     ^
  124.   symbol:   class TextView
  125.   location: class QuoteBook
  126. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
  127.         final TextView personText = (TextView) findViewById(R.id.person);
  128.               ^
  129.   symbol:   class TextView
  130.   location: class QuoteBook
  131. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
  132.         final TextView personText = (TextView) findViewById(R.id.person);
  133.                                      ^
  134.   symbol:   class TextView
  135.   location: class QuoteBook
  136. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
  137.         final ArrayList<Quote> quoteList = new ArrayList<Quote>();
  138.               ^
  139.   symbol:   class ArrayList
  140.   location: class QuoteBook
  141. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
  142.         final ArrayList<Quote> quoteList = new ArrayList<Quote>();
  143.                                                ^
  144.   symbol:   class ArrayList
  145.   location: class QuoteBook
  146. C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:42: error: package View does not exist
  147.         touch.setOnClickListener(new View.OnClickListener() {
  148.                                          ^
  149. 9 errors
  150.  
  151.  FAILED
  152.  
  153. FAILURE: Build failed with an exception.
  154.  
  155. * What went wrong:
  156. Execution failed for task ':app:compileDebugJava'.
  157. > Compilation failed; see the compiler error output for details.
  158.  
  159. * Try:
  160. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  161.  
  162. BUILD FAILED
  163.  
  164. Total time: 2.625 secs
Advertisement
Add Comment
Please, Sign In to add comment