-
I'm making an app that isn't intended for mass consumption and will only be run on a specific device that I built from a raspi, running Android 14. I just want to make a virtual device with Briefcase that has a custom display res/dpi and based on Android 14. However, when I make a device with briefcase, it forces me to use Pixel 7 and I can't change anything about it's main display. I can only add secondary displays. I also can't seem to change anything about the Android image. Does this have to be done by installing the full on Android SDK IDE, or can I do it in briefcase somehow? Further, how do I manage the devices that get created with briefcase (e.g., delete a device)? EDIT: I found this page in the docs after not seeing anything related in the help commands. Looks like I can at least specify things in some way, but now I'm confused on how to fill the Curious if there is any list for acceptable values for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The simplest way to create arbitrary emulators is with Android Studio; it has a dedicated workflow with all the knobs and switches. You can specify the definition of the emulator when running Briefcase; there's an example in the source comments. Finally, Briefcase does not provide an interface to interact with AVDs it creates. However, they are in |
Beta Was this translation helpful? Give feedback.
The simplest way to create arbitrary emulators is with Android Studio; it has a dedicated workflow with all the knobs and switches. You can specify the definition of the emulator when running Briefcase; there's an example in the source comments.
Finally, Briefcase does not provide an interface to interact with AVDs it creates. However, they are in
~/.android
; I just delete them manually there.