android anydensity in manifest

后端 未结 2 635
南笙
南笙 2021-01-07 06:30

I have encountered an amazing problem, in my application.

When i put anyDensity tag false in manifest my application runs fine, but whenever i make it t

2条回答
  •  逝去的感伤
    2021-01-07 06:59

    You can use the aapt tool, included in the Android SDK, to determine how Google Play will filter your application, based on its declared features and permissions. To do so, run aapt with the dump badging command. It will parse your application's manifest and apply the same rules as used by Google Play to determine the features that your application requires. For detailed information on using this tool, please visit http://developer.android.com/guide/topics/manifest/uses-feature-element.html#testing

提交回复
热议问题