Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Android - install to AVD #130

Closed
paulvi opened this issue Mar 13, 2014 · 7 comments
Closed

Gradle Android - install to AVD #130

paulvi opened this issue Mar 13, 2014 · 7 comments
Assignees
Labels
Milestone

Comments

@paulvi
Copy link
Member

paulvi commented Mar 13, 2014

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 paulvi added this to the 0.12 milestone Mar 13, 2014
@paulvi paulvi added the gradle label Mar 13, 2014
@paulvi paulvi self-assigned this Mar 13, 2014
@paulvi
Copy link
Member Author

paulvi commented Mar 13, 2014

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 added a commit that referenced this issue Mar 13, 2014
@paulvi
Copy link
Member Author

paulvi commented Mar 25, 2014

@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
Copy link

vogella commented Mar 25, 2014

@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
Copy link
Member Author

paulvi commented Mar 25, 2014

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
Copy link

vogella commented Mar 25, 2014

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
Copy link
Member Author

paulvi commented Mar 25, 2014

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

The Nodeclipse blog is not just so good now.

@paulvi
Copy link
Member Author

paulvi commented Mar 31, 2014

released in 0.12

@paulvi paulvi closed this as completed Mar 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants