Sriram
Sriram

Reputation: 10558

Is there a way to develop android applications on the device?

Is there a way to develop android applications on the devices themselves? If I want to write some code for a linux machine I usually do that on a linux machine. It would be nice to develop android applications on the device (say a Nexus S) (type the code) and then build, compile and test them on the device themselves. Can this be done?

Upvotes: 4

Views: 261

Answers (2)

Jose_GD
Jose_GD

Reputation: 2309

There is an IDE to develop Android apps in Android devices recently launched: AIDE - Android IDE - Java, C++

Upvotes: 1

Alex
Alex

Reputation: 2801

You mention testing 'on the device themselves'. Practically speaking, the emulators supplied with the SDK function in exactly the same way as the physical devices. It also means that you essentially have access to all of the devices the emulator supports, not just the phone/tablet you own or have access to.

As for a device-based IDE (if that is what you're after), I haven't seen anything beyond a couple of WP7 proof-of-concepts.

Upvotes: 2

Related Questions