uses-library in AndroidManifest.xml

后端 未结 2 2032
逝去的感伤
逝去的感伤 2021-01-28 22:14

I currently have this in my AndroidManifest.xml

uses-library android:name=\"com.google.android.maps\" android:required = \"false\"

The specified

2条回答
  •  梦谈多话
    2021-01-28 22:44

    uses-library has no required attribute. From Android docs:

    
    

    And you should use that for Google maps. From Google's docs:

    
    

    The one that has the required attribute is uses-feature

    
    

提交回复
热议问题