??Android Studio???С??????á????????
?????3H ???????[ 2016/7/21 14:11:41 ] ????????Android Studio ???????
????????
????1????Android studio ???????????ū???????????????Android studio???????????(?????????????????ū????)???????е?????????
????????????????硣?????ū???Android junit??
????2?????????????Eclipse??????ù?Android junit?????Eclipse??Android Junit?????ù??????????????
?????????????????
????1??????Demo?????https://github.com/googlesamples/android-testing-templates.git
??????????https://sites.google.com/a/android.com/tools/tech-docs/unit-testing-support
????2??????
????· ????demo??
????· ??????????java????????????
????// Dependencies for local unit tests
????testCompile 'junit:junit:' + rootProject.ext.junitVersion
????testCompile 'org.mockito:mockito-all:' + rootProject.ext.mockitoVersion
????testCompile 'org.hamcrest:hamcrest-all:' + rootProject.ext.hamcrestVersion
????· ??????Android??Junit??????
????// Android Testing Support Library's runner and rules
????androidTestCompile 'com.android.support.test:runner:' + rootProject.ext.runnerVersion
????androidTestCompile 'com.android.support.test:rules:' + rootProject.ext.rulesVersion
????· ???? defaultConfig ??????
????defaultConfig {
????testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
????}
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11