Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Voorbeeldberichten
warning XA4315: Ignoring {file}. Manifest does not have the required 'package' attribute on the manifest element.
Probleem
Het gespecificeerde $(file) heeft geen package attribuut op zijn manifest element.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
" needed as the existing translation is correct.
Voeg het ontbrekende kenmerk toe aan het manifest.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package='com.microsoft.hellolibrary'>
</manifest>