Cathal Mac Donnacha
Cathal Mac Donnacha

Reputation: 1530

Run cloned android camera app

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?

Upvotes: -1

Views: 521

Answers (1)

Cathal Mac Donnacha
Cathal Mac Donnacha

Reputation: 1530

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

Upvotes: 1

Related Questions