Skip to content

Instantly share code, notes, and snippets.

@Technicus
Last active August 29, 2015 13:58
Show Gist options
  • Save Technicus/10279211 to your computer and use it in GitHub Desktop.
Save Technicus/10279211 to your computer and use it in GitHub Desktop.
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