gpt4 book ai didi

android - Android Studio 中的模拟器分辨率问题

转载 作者:行者123 更新时间:2023-11-30 02:25:53 25 4
gpt4 key购买 nike

事情是这样的,在我安装了 android studio 版本 1.0.2 之后,创建了我的 Android 虚拟设备并启动了它,我看不到字体,它非常小,我该怎么办

enter image description here

这是我的 list

                 <activity
android:name=".Splash"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".MyActivity"
android:label="@string/hello_world"
>
<intent-filter>
<action android:name="com.example.hp.app2.MyActivity" />

<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".Menu"
android:label="@string/hello_world"
>
<intent-filter>
<action android:name="com.example.hp.app2.MENU" />

<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name=".textPlay"
android:label="@string/hello_world"
>

</activity>

最佳答案

这是Android的一个bug。 https://code.google.com/p/android-developer-preview/issues/detail?id=608

在我的例子中,我将 myFont.ttf 转换为 .ttx,然后再转换为 .ttf

关于android - Android Studio 中的模拟器分辨率问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27922248/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com