I need to make one project of 2 projects. I had copied all files from 1 to other, there was no problem. But the problem is generating R file as there a different packages.
Maybe i can some how make manifest of 2 projects that there would be both projects packages.
Please correct me if on my question as i don’t know how to ask this. Basically i want to make 2 manifest in one.
Thanks.
Convert one of your project into Android Library and use that library in your second project to merge it together as one single project.
For more info, refer to refer to android’s TicTacToe sample project