There's a line somewhere in the Manifest that looks similar to this line (below the permissions):
<supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />
Replace the line with the one above.