How to build AOSP app?

前端 未结 3 1398
难免孤独
难免孤独 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:45

    I believe you first need to set up your build environment by calling:

    ##> source build/envsetup.sh
    ##> launche 
    

    Only then, call the make command to build the Camera:

    make Camera -j8
    

    your device should be one of the device configurations, for example "hammerhead" is for Nexus5

提交回复
热议问题