2017년 1월 15일 일요일

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


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....

--
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.

--

댓글 없음:

댓글 쓰기