Hi I'm working on an android app in eclipse. I create the android project with the test project. I worked on the android test. Now the main project folder haven't classes and files. There is only the manifest. How can release and convert the test project into the main project?
I created a new android application in eclipse called Volume control. Automatically eclipse created a second project called Volume controlTest. I worked on the second one. I tested it and it works fine. Now I want to publish it. How can I transfer the files on the Volume control project? If I refactor and change the name to the folder or the package I lost the project. If I delete the Volume control folder eclipse said me that it need the Volume control project to run Volume controlTest.
I need the source code well written to publish it on GIT and make the app open.
help me please!