我正在设计一个最低 SDK 版本为 8 的 android 应用程序。我目前一直在运行大约 4 英寸手机的模拟器上对其进行测试...
我最近得到了一个 Nexus 7 并在上面运行它。我以为它只会放大屏幕(包括按钮和文本)所以它基本上被放大了......它不是
我彻底搜索了它并想出了使用不同的布局大小(顺便说一下,我使用的是 Eclipse)所以我创建了一个“layout-large”文件夹,但出现以下错误并且屏幕布局的设计视图不会显示
'It looks like you are using a render target where the layout library does not support the tvdpi density.
Please try either updating to the latest available version (using the SDK manager), or if no updated version is available for this specific version of Android, try using a more recent render target version.
Exception raised during rendering: Index: 2, Size: 2
Exception details are logged in Window > Show View > Error Log'
我该如何解决这个问题?我不想从 8 更改最低 SDK