Bonjour, j'ai un probleme de syntaxe quand je veux permettre a mon application différent type d'orientation, tout est souligner et pourtant sur la documentation officiel c'est la meme
Erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 <activity android:screenOrientation= ["unspecified" | "behind" | "landscape" | "portrait" | "reverseLandscape" | "reversePortrait" | "sensorLandscape" | "sensorPortrait" | "userLandscape" | "userPortrait" | "sensor" | "fullSensor" | "nosensor" | "user" | "fullUser" | "locked"]>es guillemets ouvrants sont attendus pour l'attribut "{1}" associé à un type d'élément "android:screenOrientation".
Merci
Partager