Android9.0(MT8768 MT8168)加載資源文件報錯

 android.view.InflateException: Binary XML file line #115: Binary XML file line #273:

Error inflating class android.widget.ImageView
    Caused by: android.view.InflateException: Binary XML file line #273: Error inflating class android.widget.ImageView

 

Android9.0(MT8768  MT8168)平臺添加第三方打印機插件後,加載資源文件報錯

系統做如下適配

--- a/device/mediateksample/tb8168p1_64_bsp/full_tb8168p1_64_bsp.mk
+++ b/device/mediateksample/tb8168p1_64_bsp/full_tb8168p1_64_bsp.mk
@@ -23,7 +23,7 @@ PRODUCT_LOCALES := zh_CN en_US zh_TW
 
 #AAPT configuration
 PRODUCT_AAPT_CONFIG := normal large xlarge
-PRODUCT_AAPT_PREF_CONFIG := hdpi
+PRODUCT_AAPT_PREF_CONFIG := mdpi
 
 # Set those variables here to overwrite the inherited values.
 PRODUCT_MANUFACTURER := alps

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章