How I can compile android from source by myself?

Discussion in 'Android' started by herionoindo, Aug 8, 2016.

  1. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    I was follow step by step, re-follow step by step but allways error for compile full android or u-boot only.

    i follow this tutorial http://www.udoo.org/docs-neo/Advanced_Topics/Compile_Android_From_Source.html
    Hallo udoo admin, could you test your tutorial?

    I attached file.

    My System:
    Host = Core i7, Windows 7 64bit
    Guest = Ubuntu 16.04 64bit, RAM 3GB, CPU Core 2, Swap 2GB, HD 100GB
     

    Attached Files:

  2. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    What's your board? Neo or Dual/Quad?
     
  3. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    Udoo Dual.
    Can you give me another tutorial tested budy?
     
  4. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
  5. herionoindo

    herionoindo New Member

    Joined:
    Jul 29, 2016
    Messages:
    23
    Likes Received:
    1
    I've tried to follow the tutorial above, but always just errors like the file log.error I included above.
    What else ?
     
  6. secuflag

    secuflag Member

    Joined:
    Jul 4, 2016
    Messages:
    42
    Likes Received:
    19
    Try to install the package liblz4-dev
     
  7. controlhorus

    controlhorus New Member

    Joined:
    Dec 19, 2014
    Messages:
    3
    Likes Received:
    0
    I had also to do this to generate that static library: https://gerrit.omnirom.org/#/c/15028/1/lib/Android.mk

    That is: add to extemal/lz4/lib/android.mk this lines:

    include $(CLEAR_VARS)
    LOCAL_MODULE := liblz4-static
    LOCAL_SRC_FILES := $(liblz4_src_files)
    LOCAL_MODULE_TAGS := optional
    include $(BUILD_STATIC_LIBRARY)

    Good luck
     

Share This Page