Last active
August 29, 2015 13:58
-
-
Save Technicus/10279211 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error:Execution failed for task ':Ghost Scanner:compileDebugJava'. | |
| > Compilation failed; see the compiler error output for details. | |
| /run/media/Technician/Expansion/Programming/Android_01/GhostScanner/Ghost Scanner/src/main/java/heck/pinball/ghostscanner/BluetoothFragment.java | |
| Error:(68, 20) error: onCreate(Bundle) in BluetoothFragment cannot override onCreate(Bundle) in Fragment | |
| attempting to assign weaker access privileges; was public | |
| Error:(70, 9) error: cannot find symbol method setContentView(int) | |
| Error:(71, 22) error: cannot find symbol method findViewById(int) | |
| Error:(72, 23) error: cannot find symbol method findViewById(int) | |
| Error:(73, 27) error: cannot find symbol method findViewById(int) | |
| Error:(74, 24) error: cannot find symbol method findViewById(int) | |
| Error:(76, 24) error: cannot find symbol method findViewById(int) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment