最小 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'
どうすればこれを解決できますか? 最小 SDK を 8 から変更したくない