A
A
Alexey2014-09-09 08:46:24
Android
Alexey, 2014-09-09 08:46:24

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

1 answer(s)
A
Alexander, 2014-09-09
@alexeidumansky

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 question

Ask a Question

731 491 924 answers to any question