emulator: start supporting Android, this is WIP

Needs storage permissions, probably extra tweaks
This commit is contained in:
2025-06-22 02:13:06 +01:00
parent 83259b9217
commit b97dcd5692
5 changed files with 107 additions and 288 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
{
"rust-analyzer.check.command": "clippy",
"editor.formatOnSave": true,
"rust-analyzer.cargo.features": "all"
}
"rust-analyzer.cargo.features": "all",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}