How to build AOSP app?

前端 未结 3 1488
难免孤独
难免孤独 2021-01-22 19:11

I am trying to build the Camera App from AOSP.

I am on UBUNTU 14.04.

I followed the guide in the official documentation. At the end I execute

mak         


        
3条回答
  •  灰色年华
    2021-01-22 19:58

    You have 2 camera apps. The old version is called LegacyCamera and the newer version Camera2. You don't need to run make in order to compile them. You can just run

    'mmm packages/apps/Camera2'

    OR

    'mmm packages/apps/LegacyCamera'

提交回复
热议问题