其他分享
首页 > 其他分享> > android-本机Google Glass的资源目标?

android-本机Google Glass的资源目标?

作者:互联网

应将哪个文件夹用于Google Glass的布局和资源?我知道尺寸为640×360,这使其处于“正常”尺寸.屏幕密度是多少? ldpi? mdpi?

这对于了解跨设备使用相同apk的本机应用程序很有帮助.

解决方法:

它是small-hdpi,因此,如果在其上运行非镜像api应用程序,它将从该文件夹中提取(drawable-small-hdpi,layout-small-hdpi等).我已经通过Glass的实际试玩确认了这一点

有关更多信息,请参见此stackoverflow问题:What is the correct Device Definition for Google Glass (for a simulator in Eclipse or Android studio)?

标签:android,google-glass
来源: https://codeday.me/bug/20191122/2061647.html