就像在Google Play中一样:https://play.google.com/store/search?q=samsung%20flipfont&c=apps&hl=en
我尝试创建我的自定义flipfont apk基础,在那里apk将我的ttf放在 Assets /字体中,并在 Assets /xml中编写一个fonts.xml,如下所示:
<sans>
<file>
<filename>MyFont.ttf</filename>
<droidname>DroidSans.ttf</droidname>
</file>
<file>
<filename>MyFont.ttf</filename>
<droidname>DroidSans-Bold.ttf</droidname>
</file>
</sans>
但是当我安装我的flipfont.apk并在三星显示设置中选择它时,它说:它们与设备不兼容。
三星系统会检查某些签名吗?如何创建我的自定义flipfont APK。我想将字体打包到flipfont.apk并在三星设备中使用。
最佳答案
是的,FlipFont APK包含一个特殊的数字签名。这是一个链接,向您显示如何解决此问题。无论如何它都不简单,但是有效。希望这可以帮助。
https://forum.xda-developers.com/showthread.php?t=755472
关于android - 如何创建自定义三星Flipfont APK,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36301697/