sysnetlab / SenSee

SenSee
GNU General Public License v3.0
0 stars 1 forks source link

published app showed as "designed for phone" only in google play store. #7

Open SagarPandit01 opened 7 years ago

SagarPandit01 commented 7 years ago

From @graychan on August 28, 2014 4:9

The app is showed as "designed for phone" only and cannot be installed on tablet. Need a fix.

Copied from original issue: sysnetlab/SensorDataCollector#145

SagarPandit01 commented 7 years ago

From @graychan on August 28, 2014 4:46

did

<supports-screens
  android:largeScreens="true"
  android:xlargeScreens="true"
/>

But it does not seem to solve the problem.

SagarPandit01 commented 7 years ago

From @graychan on August 28, 2014 12:19

used aapt to list content of the apk file. found out that layout-xlarge and layout-large were not included. copied layout files from the layout directory to the two directories.