Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing tasks: [:app:assembleDebug]
- Configuration on demand is an incubating feature.
- :app:preBuild UP-TO-DATE
- :app:preDebugBuild UP-TO-DATE
- :app:compileDebugNdk UP-TO-DATE
- :app:checkDebugManifest
- :app:preReleaseBuild UP-TO-DATE
- :app:prepareComAndroidSupportAppcompatV72103Library UP-TO-DATE
- :app:prepareComAndroidSupportSupportV42103Library UP-TO-DATE
- :app:prepareDebugDependencies
- :app:compileDebugAidl UP-TO-DATE
- :app:compileDebugRenderscript UP-TO-DATE
- :app:generateDebugBuildConfig UP-TO-DATE
- :app:generateDebugAssets UP-TO-DATE
- :app:mergeDebugAssets UP-TO-DATE
- :app:generateDebugResValues UP-TO-DATE
- :app:generateDebugResources UP-TO-DATE
- :app:mergeDebugResources
- :app:processDebugManifest UP-TO-DATE
- :app:processDebugResources
- :app:generateDebugSources
- :app:compileDebugJava
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
- RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
- ^
- symbol: class RelativeLayout
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
- RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
- ^
- symbol: class RelativeLayout
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
- final TextView quoteText = (TextView) findViewById(R.id.quote);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
- final TextView quoteText = (TextView) findViewById(R.id.quote);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
- final TextView personText = (TextView) findViewById(R.id.person);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
- final TextView personText = (TextView) findViewById(R.id.person);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
- final ArrayList<Quote> quoteList = new ArrayList<Quote>();
- ^
- symbol: class ArrayList
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
- final ArrayList<Quote> quoteList = new ArrayList<Quote>();
- ^
- symbol: class ArrayList
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:42: error: package View does not exist
- touch.setOnClickListener(new View.OnClickListener() {
- ^
- 9 errors
- FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':app:compileDebugJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
- Total time: 9.305 secs
- Executing tasks: [:app:assembleDebug]
- Configuration on demand is an incubating feature.
- :app:preBuild UP-TO-DATE
- :app:preDebugBuild UP-TO-DATE
- :app:compileDebugNdk UP-TO-DATE
- :app:checkDebugManifest
- :app:preReleaseBuild UP-TO-DATE
- :app:prepareComAndroidSupportAppcompatV72103Library UP-TO-DATE
- :app:prepareComAndroidSupportSupportV42103Library UP-TO-DATE
- :app:prepareDebugDependencies
- :app:compileDebugAidl UP-TO-DATE
- :app:compileDebugRenderscript UP-TO-DATE
- :app:generateDebugBuildConfig UP-TO-DATE
- :app:generateDebugAssets UP-TO-DATE
- :app:mergeDebugAssets UP-TO-DATE
- :app:generateDebugResValues UP-TO-DATE
- :app:generateDebugResources UP-TO-DATE
- :app:mergeDebugResources UP-TO-DATE
- :app:processDebugManifest UP-TO-DATE
- :app:processDebugResources UP-TO-DATE
- :app:generateDebugSources UP-TO-DATE
- :app:compileDebugJava
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
- RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
- ^
- symbol: class RelativeLayout
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:18: error: cannot find symbol
- RelativeLayout touch = (RelativeLayout) findViewById(R.id.touch);
- ^
- symbol: class RelativeLayout
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
- final TextView quoteText = (TextView) findViewById(R.id.quote);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:19: error: cannot find symbol
- final TextView quoteText = (TextView) findViewById(R.id.quote);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
- final TextView personText = (TextView) findViewById(R.id.person);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:20: error: cannot find symbol
- final TextView personText = (TextView) findViewById(R.id.person);
- ^
- symbol: class TextView
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
- final ArrayList<Quote> quoteList = new ArrayList<Quote>();
- ^
- symbol: class ArrayList
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:22: error: cannot find symbol
- final ArrayList<Quote> quoteList = new ArrayList<Quote>();
- ^
- symbol: class ArrayList
- location: class QuoteBook
- C:\Users\Dennis\AndroidStudioProjects\TheQouteBook\app\src\main\java\quotebook\theoneandonly\com\theqoutebook\QuoteBook.java:42: error: package View does not exist
- touch.setOnClickListener(new View.OnClickListener() {
- ^
- 9 errors
- FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':app:compileDebugJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
- Total time: 2.625 secs
Advertisement
Add Comment
Please, Sign In to add comment