Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android- how can I compile my codes online?

Tags:

android

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.

like image 983
Abhinav Avatar asked Nov 22 '10 08:11

Abhinav


People also ask

Can Android code run online?

With the Felgo Web Editor, you can run code examples on your Android or iOS phone, right from your desktop browser. It's a Cloud IDE for editing, running and debugging QML Code. You don't need to install any native SDKs or development environment like Qt Creator on your computer.

Is there any online compiler for Android Studio?

Online Compiler is user friendly all-in-one compiler that supports C, C++, JAVA, JAVASCRIPT, PYTHON, HASKELL, PERL , C# & RUBY programming languages. It enables you to compile and run your code on android device. It is light-weight,easy to install and use.

Can you compile on Android?

Android is based on Linux Kernel so it's definitely possible to compile & run C/C++ programs on Android.


1 Answers

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.

like image 103
Kristian J. Avatar answered Sep 18 '22 12:09

Kristian J.