probleme syntaxe manifeste android
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
Code:
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"]> |
Erreur:Des guillemets ouvrants sont attendus pour l'attribut "{1}" associé à un type d'élément "android:screenOrientation".
Merci