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

qt - Using float or double for own QML classes -

json - ORA-06502: PL/SQL: numeric or value error: character string buffer too small - Convert Clob to varchar2 -

ios - Swift Array Resetting Itself -