I have cloned the Android Camera app from https://android.googlesource.com/platform/packages/apps/Camera.git
But I was hoping to build and run this in Android Studio or Eclipse. I've noticed there is no AndroidManifest.xml file.
Any ideas on how to achieve this? Is it even possible?
Found a solution. It was Camera2 I should have cloned, not Camera. Camera2 includes the Manifest file. After importing into eclipse and making some changes I have got it running.
Link: https://android.googlesource.com/platform/packages/apps/Camera2