x


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'

more ▼

asked Dec 21 '11 at 06:42 PM

JerryCic gravatar image

JerryCic
31 4 6 9

In my case, i ran out of memory on the android phone. Dah! i deleted some apps and all worked well. Thankx

Dec 22 '11 at 12:38 AM JerryCic
(comments are locked)
10|3000 characters needed characters left

1 answer: sort newest

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

more ▼

answered Dec 22 '11 at 01:22 AM

JerryCic gravatar image

JerryCic
31 4 6 9

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2458
x25

asked: Dec 21 '11 at 06:42 PM

Seen: 482 times

Last Updated: Dec 22 '11 at 01:22 AM