SlantedTextView文字无法显示

唐增
2023-12-01

记录:SlantedTextView文字无法显示

解决:在管家文件里将这个属性设置为true即可,android:hardwareAccelerated="true"

 

记录:App is not indexable by Google Search; consider adding at least one Activity with an ACTION-VIEW intent filter. See issue explanation for more details.

解决:<action android:name="android.intent.action.VIEW" />

 

 类似资料: