How to import an existing android Project into another android project
问题 i want to import an existing Android Project(a small App that should be added to another Android Project soon) into another Android Project in order to test. I tried several things for example: export the first project als jar and add the external jar to build path of the second added the first project to the second in the build path of the second project but nothing worked and i did not forget to mark the checkbox at "order and Export" i'll be very happy, if anyone could help me ;) hannes