- Home /
 
I need help to convert iphone examples to Android
i figured out how to get arround the:
 iPhoneSettings.screenOrientation = iPhoneScreenOrientation.Landscape;
 
               by replaceing it with this:
 UnityEngine.Screen.orientation=ScreenOrientation.Landscape;
 
               But now i get this:
 Unable to install APK! pkg: /data/local/tmp/Package.apk
 
               I am saving the package as 'Roll-a-Ball.apk'
               Comment
              
 
               
              In my case, i ran out of memory on the android phone. Dah! i deleted some apps and all worked well. Thankx
Answer by JerryCic · Dec 22, 2011 at 01:22 AM
For the sake of others who may land here.
In my case, i ran out of memory on the android phone. Dah! i deleted some apps and all worked well. Thankx
Your answer