Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Exempelmeddelanden
warning XA4218: Unable to find //manifest/application/uses-library at path: C:\Program Files (x86)\Android\android-sdk\platforms\android-22\optional\org.apache.http.legacy.jar
Problematik
This warning indicates your AndroidManifest.xml file specifies //application/uses-library, but the library was not found within the Android SDK directory.
Lösning
- Verify you defined the
@android:namecorrectly and the file exists. - Raise the value of
//uses-sdk/@android:targetSdkVersionin AndroidManifest.xml to a higher API level.