Android requires compiler compliance level 5.0

  • 0 Antworten
  • Letztes Antwortdatum
smalldevice

smalldevice

Neues Mitglied
0
Salve Gemeinde,

Habe Problem ein Beispielprojekt (Umgebung Eclipse, Android SDK, Java) zu comilieren.

Console zeigt:
[2013-12-01 09:26:12 - SQLiteDemo] WARNING: unable to write jarlist cache file D:\Buchdaten\Beispiele\Kapitel_16\SQLiteDemo\bin\jarlist.cache
[2013-12-01 09:26:13 - SQLiteDemo] Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please use Android Tools > Fix Project Properties.
[2013-12-01 09:28:01 - myApp] ------------------------------
[2013-12-01 09:28:01 - myApp] Android Launch!
[2013-12-01 09:28:01 - myApp] adb is running normally.
[2013-12-01 09:28:01 - myApp] Performing com.example.myapp.MainActivity activity launch
[2013-12-01 09:28:01 - myApp] Automatic Target Mode: launching new emulator with compatible AVD 'MonoForAndroid_API_7'
[2013-12-01 09:28:01 - myApp] Launching a new emulator with Virtual Device 'MonoForAndroid_API_7'
[2013-12-01 09:28:01 - SQLiteDemo] Android requires compiler compliance level 5.0 or 6.0. Found '1.4' instead. Please use Android Tools > Fix Project Properties.
[2013-12-01 09:28:11 - Emulator] Warning: No DNS servers found
[2013-12-01 09:28:11 - myApp] New emulator found: emulator-5554
[2013-12-01 09:28:11 - myApp] Waiting for HOME ('android.process.acore') to be launched...
[2013-12-01 09:28:49 - myApp] HOME is up on device 'emulator-5554'
[2013-12-01 09:28:49 - myApp] Uploading myApp.apk onto device 'emulator-5554'
[2013-12-01 09:28:50 - myApp] Installing myApp.apk...
[2013-12-01 09:29:01 - myApp] Success!
[2013-12-01 09:29:01 - myApp] Starting activity com.example.myapp.MainActivity on device emulator-5554
[2013-12-01 09:37:32 - SQLiteDemo] Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.
[2013-12-01 09:46:22 - SQLiteDemo] Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.


Hier im Forum habe ich als Suchbergriff: "Android requires compiler compliance level 5.0" eingegeben, aber nichts gefunden.

Habe im Netz bei "Stackoverflow" folgendes gefunden:

java - Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties - Stack Overflow

-->
you must set project compatibility to Java 5.0 or Java 6.0. To do that, 2 options:

  1. right-click on your project and select "Android Tools -> Fix Project Properties" (if this din't work, try second option)
  2. right-click on your project and select "Properties -> Java Compiler", check "Enable project specific settings" and select 1.5 or 1.6 from "Compiler compliance settings" select box.


Hat nicht funktioniert. Bekomme nur die Fehlermeldung, dass das Projekt nicht gespeichert werden konnte.



Hat jemand von Euch eine Idee?


Gruß


sd

Der ursprüngliche Beitrag von 10:18 Uhr wurde um 11:33 Uhr ergänzt:

Hat sich erledigt, habe es selber gelöst!

sd
 

Ähnliche Themen

M
Antworten
21
Aufrufe
1.362
swa00
swa00
Mr-Fisch
Antworten
5
Aufrufe
967
migi01
migi01
Mr-Fisch
Antworten
8
Aufrufe
1.006
Mr-Fisch
Mr-Fisch
M
Antworten
9
Aufrufe
790
mkuz24
M
A
Antworten
5
Aufrufe
696
swa00
swa00
Zurück
Oben Unten