Abhinav
Abhinav

Reputation: 191

android- how can I compile my codes online?

I just want to know is there any way to compile and run my android application codes online, without installing the SDK on the computer ?

Thanks!

Abhinav.

Upvotes: 16

Views: 39197

Answers (4)

D Farzo
D Farzo

Reputation: 1

No any compiler without Android studio can't compile android studio code

Upvotes: 0

Gintautas Miliauskas
Gintautas Miliauskas

Reputation: 7892

Not really, I don't think so. Even if there were such a location, you would not be able to use Android debugging tools, which are very handy for development.

You may want to look into App Inventor . It is probably as close to an install-free development environment as you get. Of course, it is also much more limited than native Android programs.

Upvotes: 3

Kristian J.
Kristian J.

Reputation: 10432

Nitobi, the company behind Phonegap, has an online compiler for Phonegap applications.

It enables you to compile native applications based on HTML/Javascript, with some APIs to access device functions such as camera and accelerometer.

It supports Android, Symbian, Palm and Blackberry. It's a closed beta at the moment, but you can sign up for an invitation - apparently new users are invited weekly.

Upvotes: 4

Sebastian Roth
Sebastian Roth

Reputation: 11537

For any kind of development you will need an SDK to develop / compile the programs.

Are you looking for a Demo collection? To run these, you might try : http://developer.android.com/resources/samples/ApiDemos/

Are you looking for a way to test an app on multiple platforms? Maybe have a look at this: http://www.perfectomobile.com/portal/cms/Services/android

Upvotes: 4

Related Questions