SHARE
TWEET

Untitled

a guest Nov 28th, 2016 66 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Working Directory: C:\Programmierung\Card Multi Android\Card Multi Android\android
  2. Gradle User Home: E:\Users\Poller\.gradle
  3. Gradle Distribution: Gradle wrapper from target build
  4. Gradle Version: 2.10
  5. Java Home: E:\Program Files\Java\jdk1.8.0_102
  6. JVM Arguments: None
  7. Program Arguments: None
  8. Gradle Tasks: build
  9.  
  10. Configuration on demand is an incubating feature.
  11. :android:preBuild UP-TO-DATE
  12. :android:preDebugBuild UP-TO-DATE
  13. :android:checkDebugManifest
  14. :android:prepareDebugDependencies
  15. :android:compileDebugAidl
  16. :android:compileDebugRenderscript
  17. :android:generateDebugBuildConfig
  18. :android:generateDebugAssets UP-TO-DATE
  19. :android:mergeDebugAssets
  20. :android:generateDebugResValues
  21. :android:generateDebugResources
  22. :android:mergeDebugResources
  23. :android:processDebugManifest
  24. :android:processDebugResources
  25. :android:generateDebugSources
  26. :core:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6
  27. C:\Programmierung\Card Multi Android\Card Multi Android\core\src\de\gmail\poller2810\ClientCard.java:62: error: unmappable character for encoding UTF-8
  28.     //sp�ter erst wenn das spiel beginnt
  29.         ^
  30. C:\Programmierung\Card Multi Android\Card Multi Android\core\src\de\gmail\poller2810\Deck.java:10: error: unmappable character for encoding UTF-8
  31.     int kartenposition;//position im deck (f�r geben etc...)
  32.                                             ^
  33. C:\Programmierung\Card Multi Android\Card Multi Android\core\src\de\gmail\poller2810\DetectionBlob.java:13: error: unmappable character for encoding UTF-8
  34.     boolean farbe;//false=rot //true gr�n
  35.                                        ^
  36. C:\Programmierung\Card Multi Android\Card Multi Android\core\src\de\gmail\poller2810\Karte.java:21: error: unmappable character for encoding UTF-8
  37.     static String king="K�nig";
  38.                          ^
  39. C:\Programmierung\Card Multi Android\Card Multi Android\core\src\de\gmail\poller2810\QrReader.java:44: error: unmappable character for encoding UTF-8
  40.         //GR�N
  41.             ^
  42. 1 warning
  43.  
  44. :core:processResources UP-TO-DATE
  45. :core:classes
  46. :core:jar
  47. :android:compileDebugJavaWithJavacC:\Programmierung\Card Multi Android\Card Multi Android\android\src\de\gmail\poller2810\DeviceCamera.java:39: error: cannot find symbol
  48.                 ImageView imageView = (ImageView) findViewById(R.id.ImageView);
  49.                                                                 ^
  50.   symbol:   variable id
  51.   location: class R
  52. 1 error
  53.  FAILED
  54.  
  55. FAILURE: Build failed with an exception.
  56.  
  57. * What went wrong:
  58. Execution failed for task ':android:compileDebugJavaWithJavac'.
  59. > Compilation failed; see the compiler error output for details.
  60.  
  61. * Try:
  62. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  63.  
  64. BUILD FAILED
  65.  
  66. Total time: 2.229 secs
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top