x


Is there any tutorial about the whole procedure of development on android deivce?

I have searched all the resources. But nothing tells how to develop game on android plarform. For example, how to display a 3D model on android. More specific, I just want to know how to export the project and generate a APK file.

more ▼

asked Mar 30 '11 at 04:48 AM

xiaoyoupi gravatar image

xiaoyoupi
1 1 1 1

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Follow the guidelines for iPhone and mobile in general about keeping your assets lean. Avoid OnMouseDown. Other than that, it's the same.

You use Build Settings to set platform to Android. Player settings are pretty basic stuff. Build and Run will install it on the device and run it. If you'd rather build an APK you can transfer to another device(s), use Build instead and save the APK where you can find it. Then you can email that or post it on a FTP or HTTP web site or Bluetooth it or wifi it or USB it, whatever you like. Once on the Android, you should be able to find it with the built-in file stuff, or get Astro. Clicking on the .apk file will bring up the 'you wanna install this?' prompt, just say yes.

more ▼

answered Mar 30 '11 at 07:56 AM

DaveA gravatar image

DaveA
26.8k 153 171 257

(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:

x2611
x70

asked: Mar 30 '11 at 04:48 AM

Seen: 1329 times

Last Updated: Mar 30 '11 at 04:48 AM