Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作像 ainol legend 7 4.0.2 这样的模拟器来测试我的应用程序。我的应用程序在所有设备中运行,但在 ainol legend 7 4.0.2 设备中无法正常运行。
我该如何解决?
您可以为模拟器创建一个 AVD,其精确测量值与 Novo 7" 平板电脑相同。我的 java 代码中的日志行显示与真实平板电脑设备相同的值:
Ainol Novo 7" 平板电脑模拟器:ScaledDensity: 1.0, Density DPI: 160, width in dp: 800, height in dp: 480
但是,在模拟器上,您可以将580dp x 320 dp 的视图放置到在全屏活动中完全可见。
希望它会帮助你。