Changes between Initial Version and Version 1 of Ticket #1888


Ignore:
Timestamp:
Sep 29, 2015 5:19:02 AM (9 years ago)
Author:
ming
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1888 – Description

    initial v1  
    2727Alternatively, you can build the stripped down version of !WebRtc instead, which will only build the required AEC module and its required dependencies. These steps below are tested on a Mac machine: 
    28281. Create a working directory, for example: {{{webrtc-android}}}, and create a {{{jni/}}} folder inside it. 
    29 2. Copy {{{Application.mk}}} and {{{Android.mk}}} into the {{{jni}}} directory. 
     292. Copy {{{Application.mk}}} and {{{Android.mk}}} (provided in the ticket attachment below) into the {{{jni}}} directory. 
    30303. Create {{{src/}}} folder inside the {{{jni}}} directory. 
    31314. Copy the entire {{{webrtc}}} folder from another platform's !WebRtc installation (such as from Mac or iOS), which should be located in {{{[webrtc_work_dir]/src}}}, into {{{webrtc-android/jni/src}}}.