hunter wrote:
> Hi, all:
>     I tried to build android, but met following errors:
> ==============================================================================
> frameworks/base/../../dalvik/libcore/concurrent/src/main/java/java/
> util/concurrent/locks/UnsafeAccess.java:26: warning: sun.misc.Unsafe
> is Sun proprietary API and may be removed in a future release
>     /*package*/ static final Unsafe THE_ONE = Unsafe.getUnsafe();
>                              ^
> Could not load 'clearsilver-jni'
> java.library.path = out/host/linux-x86/lib
> make: *** [out/target/common/docs/framework-timestamp] Error 45
> 
> ===============================================================================
>    My java version is :
> $ java -version
> java version "1.6.0_10"
> Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
> Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
> 
> 
> $ which java
> ~/dev-tools/jdk1.6.0_10/bin/java
> 
>    Can anyone tell what is going wrong?

I wrote this before when you posted to [android-beginners].

You are posting your question on a list (this time, 
[android-developers]) that is not designed for your question. This is 
for application developers, not framework developers or people doing ports.

You can find the roster of lists for the source code at:

http://source.android.com/discuss

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to