Ich habe diesen Fehler in meinem logcat zu setzen, wenn appcompat v7 von "sdk/Extras/android /"Platform L ist eine Vorschau und erfordert Anwendung manifest minSdkVersion auf 'L'
Platform L ist eine Vorschau importiert und erfordert eine Anwendung manifest minSdkVersion zu 'L' zu setzen
und das manifest ist wie
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.support.v7.appcompat">
<uses-sdk android:minSdkVersion="7"/>
<application />
</manifest>
Wie kann ich diesen Fehler beheben?
oder wie kann ich importieren es mit Android 4.2.2 im Paket Explorer, der jetzt ist es Andoid L (Vorschau)
Dank, das ist, was ich :) –
Antwort auf @ JohnBarça edit-Änderungen erforderlich: http://i.imgur.com/ 65QQ7vO.png –
@John Barca Ihre Bearbeitung war super nützlich :) Danke :) –