I’m trying to run a demo project downloaded from GITHUB. And inside it, it contains demo folders (for example github project) that can be used as another Android project. I don’t know how to run neither the outer nor the inner project.
What I have done are:
- Added Android library (for example Android.2.2) to project. However, the res folder is in the demo folder, so the outer prj generate the error msg that src is not found.
- When I tried to run the demo project by creating a new Android project from existing code, it can’t run because lacking some libs from outer…
I guess there is a quick way to make it run.
Can anyone help me to configure the project to run it?
Thanks for the replies. Here is the solution: