• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

manifest

  1. M

    Google Play <compatible-screens> blocking the Samsung devices S10 and S20 to download from playstore

    When a user tries to download App from the play store in Samsung S10 and S20 it's showing an error like this "Your device isn't compatible with this version". My requirement is to restrict app installation in tab devices users should only install app in phones. So I have specified only small...
  2. Mohamed13

    How to fix error coding

    Android manifest. <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.secondapp" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="23"...
  3. Mohamed13

    How do you fix androidmanifest coding

    My code is <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.Second app"> <application android:allowBackup="true" android:icon="@Mipmap/ic_launcher" android:label="@String/app_name"...