16
May
android-studio

Yesterday Google launched an early access preview of Android Studio, an integrated development environment (IDE) for Android based on IntelliJ IDEA. This one-stop shop for coding, compiling, and testing includes all the standard Android SDK tools, plus build support, quick fixes, tools to catch major coding flaws, and a preview window. The Android Developer Tools session at Google I/O went into massive detail on the new project. The 53-minute session is embedded below, in case you couldn't make it.

One of the cooler features of Android Studio is the multitalented preview window, which shows your code running on mock-ups of most of the standard Nexus devices in a real-time layout.

08
May
icon

Holy cow! If you write Android apps, you need to look over here right now. You've probably heard of AIDE, a complete development environment that runs on and builds for Android. While it was pretty impressive before, you won't believe what the appfour GmbH team has in store now. Just today, version 2.0 of the Android IDE was pushed to the Play Store with support for building native apps with C/C++, quick previews of XML layouts, and a cleaner and even more Holo-themed interface, along with major enhancements to Git.

123

These days, it seems like everybody can create basic Java-based applications on any old Android device thanks to tools like Tasker App Factory or any number of IDEs and compilers; but nobody even mentions building high performance native apps and games.

20
Dec
aidetiny

We've talked about AIDE, the mobile developer toolkit that allows you to write Android apps (almost) entirely on your phone or tablet. In those past discussions, we've mentioned that you can probably get by with just the free version. The premium key offers a few nice extra features, though, like APK publishing, Git push/commit, and saving large project files.

aide1

Most of the features of the premium version are handy if you want to code entirely on your mobile devices which, admittedly, most of you probably won't want to do. Ideally, this app works as a companion to your typical IDE (like Eclipse), but while this sale is going on, it's a small price to pay for a little extra convenience.

07
Aug
aidetiny

When we last left our heroes, AIDE was just released on the world, to the excited cries of developers who liked the idea of writing and testing their apps on the same device, but still probably couldn't replace their desktop development rig with a tablet. However, the app has been steadily making improvements and, as of the newest version (1.0.1), it's out of beta and will be moving to a freemium model.

The IDE will be available for free from the Play Store. However, if you'd like the option to publish commits to Git, publish an APK, or save files in larger projects (25+ Java files), the developers will ask for a one-time fee of $9.99.

06
Mar
aidetiny

Developers, have I got a treat for you today: AIDE - Android Java IDE. AIDE is a self-contained integrated development environment that allows devs to write, compile, and run Android apps on their Android devices. Normally, if you want to write Android apps, you do it on a separate machine running Eclipse (or an alternative IDE). Now... well, you probably still do for major projects (especially ones involving complex library dependencies), but you can edit or create smaller ones without ever leaving the Android ecosystem.

AIDE really is more than just an editor - it supports code completion, real-time error checking and highlighting, code refactoring, formatting, and smart navigation, as well as compilation and execution of APKs.

09
Dec
image

Android developers take note: Eclipse with the Android Development Tools (ADT) is no longer the only player in town when it comes to developing Android applications. JetBrains, the maker of IntelliJ IDEA, which was open sourced about a year ago, today released version 10 of their IDE, which, among other improvements, includes support for Android in the free Community Edition. All versions of the Android SDK are supported, including the recently released Gingerbread.

As an Android developer myself, I am constantly frustrated with Eclipse, constant IDE crashes, and millions of quirks that ADT seems to have. Therefore, I welcome the competition and will definitely be trying it out.