java - compile Google Camera source code in Android Studio? -


i cloned source code google camera here: https://android.googlesource.com/platform/packages/apps/camera

and imported android studio. think source code not created using gradle , showing tons of errors when build it, related missing packages, eg "import android:content.context" gives java:package android.content not exist. etc.

looking advice on how compile, other having add these libraries manually,?

(i've seen posts here asking compiling camera gallery. not sure that's required camera code compile)

edit :

found this, android: having trouble working camera source code

i believe it's talking same thing? case closed


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -