Can’t use android:xlargeScreens=“true”?

前端 未结 7 1541
猫巷女王i
猫巷女王i 2020-12-11 15:14

I am making app for phones, but I wan’t them to be usable on tablets. I don’t know why can’t. I use this in my android manifest file:

android:xlargeScreens=\         


        
相关标签:
7条回答
  • 2020-12-11 15:54

    android:xlargeScreens :
    This attribute was introduced in API level 9 (Android 2.3.3). If you have your build target lesser than API level 9, then you will get error "No resource identifier found for attribute 'xlargeScreens' in package 'android"
    Set your build target to API level 9 or above and this error will vanish.

    0 讨论(0)
提交回复
热议问题