Answer the question
In order to leave comments, you need to log in
What exactly does Google's message mean: "The hardware requirements of the APK file must not exceed the normal capabilities of tablet PCs"?
The Android app was released for smartphones, but Google doesn't want to support tablets. Writes "The hardware requirements of the APK file must not exceed the normal capabilities of the Tablet PC." What do they mean by this?
Answer the question
In order to leave comments, you need to log in
You have a lot of hardware requirements in the manifest that are not typical for a tablet
As an option, fix uses-feature to android:required="false" and check for the presence of iron already in the code.
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question