sourcemars / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

Black screen on LG G2 (android 4.2.2) #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Applications are black when running LG G2 (Android 4.2.2). It only happens when 
screenOrientation = portrait set in the AndroidManifest.xml file. Music is 
still playing.

I uses the latest version from github.

Original issue reported on code.google.com by leminh...@gmail.com on 5 Nov 2013 at 2:56

GoogleCodeExporter commented 8 years ago
Just replace

this  public static final int kCCDirectorProjectionDefault = 
kCCDirectorProjection3D;
with public static final int kCCDirectorProjectionDefault = 
kCCDirectorProjection2D;
int the CCDirector class. This is fixed the issue in our app .

(https://github.com/ZhouWeikuan/cocos2d/issues/65).

Original comment by horvatha...@gmail.com on 20 Mar 2014 at 10:25

GoogleCodeExporter commented 8 years ago
Thanks alot.
Really appreciate your knowledge 

Original comment by softprod...@gmail.com on 10 Jun 2014 at 8:15