java - Test project within a current project -


i have tried create test project android project, according android developer should placed within project want test. have read posts related problems can't seem make work.

when create test project not choose default location, instead put in project folder called "projectnametest". works fine @ first, except new folder created called "projectnametesttest". in new folder folders, java files , values represented, except gen-->r.java somehow not contain instances. "projectnametest"-folder emptied, although if remove it, "projectnametesttest" folder removed also.

what i'd know:
1. reason problem , how solved?
2. problem git related? (we use github share files)

appreciate possible!

create test project via command:

cd workspace/main_project/test_project android create test-project -m .. -n testapplicationname -p . 

and can build project , test via command:

cd workspace/main_project/test_project ant clean debug install test 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -