After the repo sync was done , I start do the following steps. 

source build/envsetup.sh  # this works fine. 

lunch # there was several problems. Here they are.

===============
dyld: Library not loaded: @rpath/libcrypto-host.dylib
  Referenced from: 
/Volumes/AOSP/android-r-preview-4/prebuilts/build-tools/path/darwin-x86/date
  Reason: image not found
dyld: Library not loaded: @rpath/libcrypto-host.dylib
  Referenced from: 
/Volumes/AOSP/android-r-preview-4/prebuilts/build-tools/path/darwin-x86/date
  Reason: image not found
dyld: Library not loaded: @rpath/libcrypto-host.dylib
  Referenced from: 
/Volumes/AOSP/android-r-preview-4/prebuilts/build-tools/path/darwin-x86/date
  Reason: image not found
/bin/bash: line 1: 68924 Done                    echo a
     68925 Abort trap: 6           | sed -E -e 's/a/b/' 2> /dev/null
/bin/bash: line 1: 68927 Done                    echo c
     68928 Abort trap: 6           | sed -r -e 's/c/d/' 2> /dev/null
==============================

I fiexed the dyld problem by using install_name_tool. 
But there still 2 problem to be solved. 

=========
/bin/bash: line 1: 68924 Done                    echo a
     68925 Abort trap: 6           | sed -E -e 's/a/b/' 2> /dev/null
/bin/bash: line 1: 68927 Done                    echo c
     68928 Abort trap: 6           | sed -r -e 's/c/d/' 2> /dev/null
-===========

How should I fix it?

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/3d7f5302-f263-416e-bf01-39849a2f0ea1n%40googlegroups.com.

Reply via email to