Android publishing style/process compared to iOS?

I’m wrapping up my project on iOS and I want to publish it to Android, I have grown accustomed to the whole Unity>Xcode>Device process, what is the experience / process like for Android when you hit the “Build and Run” button?

What is the Android equivalent to provisioning?

Thanks guys :slight_smile:

There are a lot fewer steps, you pretty much just install the SDK, turn on 3rd-party apps on your devices settings, and hit “build and run”. There’s an outline of how to set it up the first time in the manual.

but there is one relevant difference: the market only accept filesizes <= 50mb, nothing larger.
thats not a 3G download limit like the 20mb on iOS but a hard limit

Which manual, and when you say “install the SDK” do you mean the Android SDK from here:

Thanks,

Andy :slight_smile: