Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Gradle Android - install to AVD #130

Closed paulvi closed 10 years ago

paulvi commented 10 years ago

while it is possible to install to device with adb (see http://stackoverflow.com/questions/3480201/how-do-you-install-an-apk-file-in-the-android-emulator), gradle also provides installDebug task. Both ways require that AVD is already started or physical device is connected.

paulvi commented 10 years ago
Executing command: ":installDebug"
:compileDebugNdk UP-TO-DATE
:preBuild
:preDebugBuild
:checkDebugManifest
:prepareDebugDependencies
:compileDebugAidl UP-TO-DATE
:compileDebugRenderscript UP-TO-DATE
:generateDebugBuildConfig UP-TO-DATE
:mergeDebugAssets UP-TO-DATE
:generateDebugResValues UP-TO-DATE
:generateDebugResources UP-TO-DATE
:mergeDebugResources UP-TO-DATE
:processDebugManifest UP-TO-DATE
:processDebugResources UP-TO-DATE
:generateDebugSources UP-TO-DATE
:compileDebugJava UP-TO-DATE
:preDexDebug UP-TO-DATE
:dexDebug UP-TO-DATE
:processDebugJavaRes UP-TO-DATE
:validateDebugSigning
:packageDebug UP-TO-DATE
:installDebug
    pkg: /data/local/tmp/AndroidApp1-debug-unaligned.apk

Success

588 KB/s (278804 bytes in 0.463s)

BUILD SUCCESSFUL

Total time: 16.141 secs

Completed Successfully
paulvi commented 10 years ago

@vogella Hello Lars, Nodeclipse 0.12 release will be released in a week. There is pre-release is at http://dl.bintray.com/nodeclipse/nodeclipse/0.11.0.20140324/ repository.

This #130 features enables to get some goodness from Android new-build-system on Eclipse platform. Could you please blog about.

See http://www.nodeclipse.org http://www.nodeclipse.org/history

vogella commented 10 years ago

@PaulVI I currently don't use nodeclipse and I only write about things which I know. I suggest you blog about it and ask to get aggreated at PlanetEclipse. See http://www.planeteclipse.org/planet/ +Add your blog link

paulvi commented 10 years ago

Java-related features are branded as Enide. What is here is Gradle (Eclipse plugin) http://marketplace.eclipse.org/content/gradle

I thought you would be interested. At least good to know.

Nodeclipse blog is so good, and not 100% Eclipse related http://www.nodeclipse.org/feed.articles.xml

vogella commented 10 years ago

I'm interested. But I'm not qualified to blog about it. ;-)

You can add a category to your blog and tag the Eclipse relevant stuff. That is what i do for http://blog.vogella.com

paulvi commented 10 years ago

Yep, that would be simple, elegant and compliant to to Planet topics.

The Nodeclipse blog is not just so good now.

paulvi commented 10 years ago

released in 0.12