docs(emulator): Pixel-Referenzen als SDK-Basisprofil klarstellen
pixel_7_pro ist nur das SDK-Hardwareprofil, kein Zielgerät. Erklärung ergänzt, dass kein Samsung-Profil im SDK verfügbar ist und das AVD über config.ini auf S24-Ultra-Werte angepasst wird.
This commit is contained in:
parent
e2c77b4ba5
commit
906397fb4c
1 changed files with 5 additions and 2 deletions
7
.github/skills/android-emulator/SKILL.md
vendored
7
.github/skills/android-emulator/SKILL.md
vendored
|
|
@ -18,7 +18,7 @@ Verwaltet den Android-Emulator für die Krisenvorrat-App. Das Standard-AVD simul
|
|||
| AVD Manager | `C:\Users\JensR\AppData\Local\Android\Sdk\cmdline-tools\latest\bin\avdmanager.bat` |
|
||||
| AVD Name | `S24Ultra_API35` |
|
||||
| System Image | `system-images;android-35;google_apis;x86_64` |
|
||||
| Basisprofil | `pixel_7_pro` (6.7" QHD+, nächstes Profil zu S24 Ultra) |
|
||||
| Basisprofil | `pixel_7_pro` (SDK-Hardwareprofil – kein Samsung-Profil verfügbar, dieses Profil kommt dem S24 Ultra am nächsten: 6.7" QHD+) |
|
||||
| Anpassungen | 3120×1440, 560dpi, 4096 MB RAM (Emulator-Limit) |
|
||||
|
||||
---
|
||||
|
|
@ -150,7 +150,10 @@ Start-Sleep -Seconds 5
|
|||
& "$env:ANDROID_HOME\cmdline-tools\latest\bin\avdmanager.bat" delete avd -n "AVD_NAME"
|
||||
```
|
||||
|
||||
### Neues AVD erstellen
|
||||
### Neues AVD erstellen (S24 Ultra Approximation)
|
||||
|
||||
Das SDK enthält kein Samsung-Profil. `pixel_7_pro` ist das nächstliegende Hardwareprofil
|
||||
(6.7" QHD+). Display und RAM werden über `config.ini` auf S24-Ultra-Werte angepasst.
|
||||
|
||||
```powershell
|
||||
echo "no" | & "$env:ANDROID_HOME\cmdline-tools\latest\bin\avdmanager.bat" create avd `
|
||||
|
|
|
|||
Loading…
Reference in a new issue