gpt4 book ai didi

android - TrueType 无法在 Android 蜂窝中加载

转载 作者:行者123 更新时间:2023-11-29 14:05:44 25 4
gpt4 key购买 nike

我搜索了一下,但所有关于异常的答案都与人们加载错误的字体有关。

但是,我正在尝试加载 TrueType 字体。它适用于我测试过的大多数设备。但是,当尝试在运行 Android 3.1 的 Tab 10.1 或运行 3.2 的 EEEPad 上加载时,出现以下异常:

Caused by: java.lang.RuntimeException: native typeface cannot be made

完整的堆栈跟踪:

java.lang.RuntimeException: Unable to start activity ComponentInfo{se.healthyheroes.android.app/se.healthyheroes.android.app.LoginActivity}: java.lang.RuntimeException: native typeface cannot be made
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1815)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1831)
at android.app.ActivityThread.access$500(ActivityThread.java:122)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1024)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: native typeface cannot be made
at android.graphics.Typeface.<init>(Typeface.java:147)
at android.graphics.Typeface.createFromAsset(Typeface.java:121)
at se.healthyheroes.android.app.LoginActivity.initViews(LoginActivity.java:154)
at se.healthyheroes.android.app.LoginActivity.onCreate(LoginActivity.java:94)
at android.app.Activity.performCreate(Activity.java:4397)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1779)
... 11 more
java.lang.RuntimeException: native typeface cannot be made
at android.graphics.Typeface.<init>(Typeface.java:147)
at android.graphics.Typeface.createFromAsset(Typeface.java:121)
at se.healthyheroes.android.app.LoginActivity.initViews(LoginActivity.java:154)
at se.healthyheroes.android.app.LoginActivity.onCreate(LoginActivity.java:94)
at android.app.Activity.performCreate(Activity.java:4397)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1779)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1831)
at android.app.ActivityThread.access$500(ActivityThread.java:122)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1024)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)

您可能想知道 LoginActivity 中的第 154 行。这行是:

Typeface tf =(Typeface.createFromAsset(getAssets(), "fonts/style_5784.ttf"));

该字体位于我在 Eclipse 中的项目中的“assets/fonts/style_5784.ttf”下。真正奇怪的是它适用于除 honeycomb 之外的所有其他设备。

有谁知道什么会导致异常?字体会不会损坏,或者可能有一些像文件名一样简单的东西?通过四处搜索,我唯一能理解的是,它可能是字体以某种方式损坏了。

最佳答案

进一步查看此错误后,它看起来不像是由字体名称引起的错误。错误发生在 native 代码内部,这很可能在 Honeycomb 中发生了更改,无法通过堆栈跟踪进行调试。

在源代码发布之前,我们将无法进一步调查错误。

关于android - TrueType 无法在 Android 蜂窝中加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7159388/

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