简体   繁体   中英

How to Build Camera app Separately from AOSP?

I need to build an Android app to capture panorama images similar to how Photo Sphere feature of Android 4.2+ Camera app.

I tried to look into the Android Open Source Project specifically at PanoramaModule , and downloaded the entire source of the Camera app , but failed to build it as an Android project in Eclipse because of missing references. For instance...

  • com.android.gallery3d
  • @layout/gl_root_group

Am I missing something here?

您可以转到源代码的根目录并使用“make Camera”命令来构建该应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM