jeudi 14 mai 2015

[Q] AndroidManifest.xml App Inventor topic


Hello everyone,
I can not solve this problem:
I have an application developed with App Inventor Classic,
This apk works smoothly on all tablets.
But to publish my apk on Market
I used AppToMarket,
but the apk that returns
the tablet does not work:
buttons and graphics in miniature
The Android manifest is this
<supports-screens android: resizeable = "true" android: smallScreens = "true" android: normalScreens = "true" android: largeScreens = "true" android: xlargeScreens = "true" android: anyDensity = "false" />

I can do something to make the apk compatible with the tablet?

thanks

xda-developers