This commit is contained in:
parent
801839465c
commit
bc6861dd26
1 changed files with 1 additions and 5 deletions
|
|
@ -59,14 +59,10 @@ jobs:
|
||||||
|
|
||||||
echo "⌛ Démarrage de l'émulateur en tâche de fond..."
|
echo "⌛ Démarrage de l'émulateur en tâche de fond..."
|
||||||
|
|
||||||
# 3. Lancement corrigé : exclusion de -gpu off (qui brise SwiftShader) et forçage d'un profil CPU standard
|
|
||||||
emulator -avd postit_test_avd \
|
emulator -avd postit_test_avd \
|
||||||
-no-window \
|
-no-window \
|
||||||
-no-audio \
|
-no-audio \
|
||||||
-no-boot-anim \
|
-no-boot-anim &
|
||||||
-gpu swiftshader \
|
|
||||||
-no-metrics \
|
|
||||||
-qemu -cpu max,fma=off,avx2=off,bmi1=off,bmi2=off &
|
|
||||||
|
|
||||||
echo "Attente de la détection par ADB..."
|
echo "Attente de la détection par ADB..."
|
||||||
adb wait-for-device
|
adb wait-for-device
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue