Skip to content

twotoasters/HelloAndroidStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Android Studio    Build Status

A Gradle sample project that demonstrates usage of many common tasks.

Sample Tasks

  • adding project dependency (.JAR) from maven central
  • adding a library project dependency (.AAR) from maven central
  • including the Android support library
  • adding testing-only project dependencies
  • writing instrumentation tests
  • writing junit tests with robolectric

Notes

  • Instrumentation tests are currently broken on Gradle 1.7
  • Instrumentation tests can be run with "gradle connectedInstrumentTest"
  • Robolectric junit tests can be run with "gradle clean test"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published