moses10
New Member
J'ai un problème avec mon manifeste, il me donne des erreurs, que dois-je faire ?
« Ce code sera appliqué au fichier manifeste lors de la compilation.
« Dans la plupart des cas, vous n’avez pas besoin de le modifier.
'Voir ce lien pour plus d'informations : https://www.b4x.com/forum/showthread.php?p=78136
Ajouter un texte manifeste(
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icône, "@drawable/icône")
SetApplicationAttribute(android:étiquette, "$LABEL$")
Créer une ressource à partir d'un fichier (macro, thèmes.LightTheme)
AjouterApplicationText(
<fournisseur
android:name="androidx.core.content.FileProvider"
android:authorities="$PACKAGE$.provider"
android:exporté="false"
android:grantUriPermissions="true">
<métadonnées
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</fournisseur>)
« Fin du texte par défaut.
Ajouter une ressource (res/xml/provider_paths.xml,
<chemins>
<external-path name="external_files" path="." />
<cache-path name="cache" path="." />
<files-path name="fichiers" path="." />
</paths>)
error;
Error in manifest editor : Erreur dans l'analyse du script manifeste :<br />Line = 44, Word = A<br />Commande attendue.
« Ce code sera appliqué au fichier manifeste lors de la compilation.
« Dans la plupart des cas, vous n’avez pas besoin de le modifier.
'Voir ce lien pour plus d'informations : https://www.b4x.com/forum/showthread.php?p=78136
Ajouter un texte manifeste(
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icône, "@drawable/icône")
SetApplicationAttribute(android:étiquette, "$LABEL$")
Créer une ressource à partir d'un fichier (macro, thèmes.LightTheme)
AjouterApplicationText(
<fournisseur
android:name="androidx.core.content.FileProvider"
android:authorities="$PACKAGE$.provider"
android:exporté="false"
android:grantUriPermissions="true">
<métadonnées
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</fournisseur>)
« Fin du texte par défaut.
Ajouter une ressource (res/xml/provider_paths.xml,
<chemins>
<external-path name="external_files" path="." />
<cache-path name="cache" path="." />
<files-path name="fichiers" path="." />
</paths>)
error;
Error in manifest editor : Erreur dans l'analyse du script manifeste :<br />Line = 44, Word = A<br />Commande attendue.