On 06/13/2013 10:40 AM, Wasa wrote:
thanks a lot. indeed my local copy was corrupted. compilation worked fine until this morning though. I suddenly get some errors:------------------------------------------------------------------ frameworks/base/core/java/android/net/http/HttpResponseCache.java:20: cannot find symbol symbol : class OkResponseCache location: package com.android.okhttp import com.android.okhttp.OkResponseCache; ^ frameworks/base/core/java/android/net/http/HttpResponseCache.java:155: cannot find symbol symbol: class OkResponseCache implements Closeable, OkResponseCache { [...] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. --------------------------------------------------------------------------------- I've put alias javac='javac -Xlint:deprecation -Xlint:unchecked'; but the errors persist. There's been a commit on android AOSP yesterday; so it may be related...
Yes, just another inconsistency with AOSP master. Merged; try syncing again and rebuilding. BTW, you can generally fix these kinds of problems locally just by fetching the latest aosp master and merging it into a local branch.
-- This message was distributed to subscribers of the seandroid-list mailing list. If you no longer wish to subscribe, send mail to [email protected] with the words "unsubscribe seandroid-list" without quotes as the message.
