NOTE: AppToMarket does not function properly with latest MIT AI August release (nb145).

已查看 242 次
跳至第一个未读帖子

Boban Stojmenovic

未读,
2016年2月26日 05:11:432016/2/26
收件人 AppToMarket

NOTE: AppToMarket does not function properly with latest MIT AI August release (nb145).



It may be that it is not compatible, but we can make it work..


In your project be sure to have this in Screen1 ShowStatusBar = checked, TitleVisible = checked, Sizing=responsive.





we will take care of this in AppToMarket by choosing NoTitleBar or NoTitleBar.Fullscreen



for your screen size edit Manifest



search for

<supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="false" />

and replace with this

<supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true"  android:xlargeScreens="true" android:anyDensity="true" />

I hope this helps newcomers....

vgn

未读,
2016年3月2日 15:27:112016/3/2
收件人 AppToMarket
We only need to do this in the Screen1? right?

Boban Stojmenovic

未读,
2016年3月3日 11:28:142016/3/3
收件人 AppToMarket
Den onsdag 2 mars 2016 kl. 21:27:11 UTC+1 skrev vgn:We only need to do this in the Screen1? right?

No, you must do it for all screens..

Screen1 Sizing=responsive, ShowStatusBar = checked, TitleVisible = checked.

Screen2-? ShowStatusBar = checked, TitleVisible = checked.


回复全部
回复作者
转发
0 个新帖子