HTC One X - Shows Compatibility Menu Icon

I have an application that uses the Sherlock ActionBar package.

The application uses platform-specific behavior for the menu (so this is a three-dot icon in the ActionBar on ICS and the classic menu under the HW button on pre-ICS)

I received a report from a single user with HTC One X. It seems that One X shows some compatibility bar with a menu button at the bottom of the screen, and there is also the same button in the ActionBar (where it should be).

I could not imitate this in AVD, and I have several reports that this problem does not exist in the Galaxy Nexus or Galaxy S (they only show the icon in the ActionBar).

I don’t know where to look to solve this problem or how to debug it, so any help or workaround will be appreciated.

The application is built on API14, with targetSdk = "11"

+5
source share
1 answer

You have a typo:

android:targetSdkVersion there must be a solution in the manifest - he recommended that Google always set it as accessible as possible (currently it's 19).

Some websites show that HTC shows a huge button in old applications, but not on new ones, as shown here , so if you think this is weird / ugly, just set the target SDK . Also make sure it is updated in the file project.properties.

+10
source

All Articles