Android Question Create AVD with custom screen size?

corwin42

Expert
Licensed User
Longtime User
I currently develop an app for a special device with a 800x480 scale 1 screen size. Is it possible to create an emulator with exactly this screen size with the B4A AVD Manager?
Is there some configuration file I can modify?
 

corwin42

Expert
Licensed User
Longtime User
This is a 5.83 inch device:
B4X:
Log(Sqrt(Power(800 /160, 2) + Power(480 / 160, 2)))
It should be very similar to a 6 inch AVD.

Very similar is not good enough. An emulator with the exact dimensions would be better since the original device is the infotainment system of my car and my car is not near my desk to test exact results.
 
Upvote 0

moster67

Expert
Licensed User
Longtime User
Perhaps like this (using AVD Manager in Android Studio):
upload_2019-3-18_13-37-13.png



upload_2019-3-18_13-37-59.png


I am also writing an app for the entertainment system of my Honda Jazz.
 
Last edited:
Upvote 0
Top