android Programming Glossary: myandroidapp
Creating an Android JUnit Test project in Eclipse http://stackoverflow.com/questions/5395216/creating-an-android-junit-test-project-in-eclipse each time. Assume we want to create a test suite for the MyAndroidApp project Goto File.. New.. Other.. Android...Android Test Project.. Android...Android Test Project Set Test Project Name to MyAndroidAppTest For Test Target choose An existing Android project .. Use.. Android project .. Use the Browse button to select MyAndroidApp Unselect Use default location . This changes the location to..
Creating an Android JUnit Test project in Eclipse http://stackoverflow.com/questions/5395216/creating-an-android-junit-test-project-in-eclipse for revision control you don't need to sync two projects each time. Assume we want to create a test suite for the MyAndroidApp project Goto File.. New.. Other.. Android...Android Test Project Set Test Project Name to MyAndroidAppTest For Test Target.. suite for the MyAndroidApp project Goto File.. New.. Other.. Android...Android Test Project Set Test Project Name to MyAndroidAppTest For Test Target choose An existing Android project .. Use the Browse button to select MyAndroidApp Unselect Use default.. Project Name to MyAndroidAppTest For Test Target choose An existing Android project .. Use the Browse button to select MyAndroidApp Unselect Use default location . This changes the location to be inside the MyAndroidApp project under the tests directory..
|