mkdir mydroid
cd mydroid
repo init -u git://android.git.kernel.org/platform/manifest.git
repo sync
. build/envsetup.sh
lunch generic-eng
make
build/core/copy_headers.mk:15: warning: overriding commands for target `out/target/product/generic/obj/include/libpv/getactualaacconfig.h'
build/core/copy_headers.mk:15: warning: ignoring old commands for target `out/target/product/generic/obj/include/libpv/getactualaacconfig.h'
diff: out/target/product/generic/obj/PACKAGING/updater_extensions_intermediates/register.inc.list: No such file or directory
frameworks/base/include/utils/Vector.h: In member function ‘const TYPE& android::Vector<TYPE>::operator[](size_t) const [with TYPE = android::String8]’:
frameworks/base/tools/aapt/AaptAssets.cpp:249: instantiated from here
frameworks/base/include/utils/Vector.h:218: error: ‘LOG_FATAL_IF’ was not declared in this scope
frameworks/base/include/utils/Vector.h: In member function ‘const TYPE& android::Vector<TYPE>::operator[](size_t) const [with TYPE = const char*]’:
frameworks/base/tools/aapt/AaptAssets.cpp:1569: instantiated from here
frameworks/base/include/utils/Vector.h:218: error: ‘LOG_FATAL_IF’ was not declared in this scope
frameworks/base/include/utils/Vector.h: In member function ‘const TYPE& android::Vector<TYPE>::operator[](size_t) const [with TYPE = android::sp<AaptDir>]’:
frameworks/base/include/utils/Vector.h:225: instantiated from ‘const TYPE& android::Vector<TYPE>::itemAt(size_t) const [with TYPE = android::sp<AaptDir>]’
frameworks/base/tools/aapt/AaptAssets.cpp:1884: instantiated from here
frameworks/base/include/utils/Vector.h:218: error: ‘LOG_FATAL_IF’ was not declared in this scope
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/AaptAssets.o] Error 1
I'm using ubuntu 9. 10 with SUN JDK 1.5. Are there any problems with this configuration ?
Thanks
sent from magix donut
On Nov 24, 2009 11:31 PM, "Jean-Baptiste Queru" <j...@android.com> wrote:
What's your local OS? The canonical build environment is Ubuntu 8.04.3
(i.e. the current LTS build).
JBQ
On Tue, Nov 24, 2009 at 8:21 AM, Reski@Milis <funky8...@gmail.com> wrote: > Hi All, > Just quic...
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
frameworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/annotation/KnownFailure.java:27: warning 3: Unknown tag: @ToBeFixedframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/AllocationLimitError.java:25: warning 13: Class dalvik.system.AllocationLimitError: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/DexFile.java:166: warning 3: Unknown tag: @ctsframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/DexFile.java:194: warning 3: Unknown tag: @ctsframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/PotentialDeadlockError.java:25: warning 13: Class dalvik.system.PotentialDeadlockError: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/StaleDexCacheError.java:26: warning 13: Class dalvik.system.StaleDexCacheError: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/TemporaryDirectory.java:32: warning 13: Class dalvik.system.TemporaryDirectory: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/TouchDex.java:31: warning 13: Class dalvik.system.TouchDex: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/TouchDex.java:44: warning 3: Unknown tag: @ctsframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/VMDebug.java:29: warning 3: Unknown tag: @ctsframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/VMDebug.java:34: warning 13: Class dalvik.system.VMDebug: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/VMRuntime.java:29: warning 13: Class dalvik.system.VMRuntime: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/VMStack.java:26: warning 13: Class dalvik.system.VMStack: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/system/Zygote.java:27: warning 13: Class dalvik.system.Zygote: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/xml/src/main/java/org/xml/sax/AttributeList.java:72: warning 13: Class org.xml.sax.AttributeList: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/xml/src/main/java/org/xml/sax/DocumentHandler.java:47: warning 13: Class org.xml.sax.DocumentHandler: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/xml/src/main/java/org/xml/sax/HandlerBase.java:45: warning 13: Class org.xml.sax.HandlerBase: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/xml/src/main/java/org/xml/sax/Parser.java:52: warning 13: Class org.xml.sax.Parser: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/AttributeListImpl.java:66: warning 13: Class org.xml.sax.helpers.AttributeListImpl: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ParserFactory.java:49: warning 13: Class org.xml.sax.helpers.ParserFactory: @Deprecated annotation and @deprecated comment do not matchframeworks/base/../../external/apache-http/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java:76: warning 14: @deprecated tag with no explanatory commentframeworks/base/../../external/apache-http/src/org/apache/http/protocol/HttpRequestHandlerRegistry.java:78: warning 13: Method org.apache.http.protocol.HttpRequestHandlerRegistry.matchUriRequestPattern: @Deprecated annotation and @deprecated doc tag do not matchframeworks/base/core/java/android/accounts/AuthenticatorDescription.java:94: warning 3: Unknown tag: @inhericDocframeworks/base/core/java/android/content/ContentProviderOperation.java:274: warning 3: Unknown tag: @VisibleForTestingframeworks/base/core/java/android/content/ContentProviderOperation.java:309: warning 3: Unknown tag: @VisibleForTestingframeworks/base/core/java/android/provider/ContactsContract.java:1092: warning 13: Class android.provider.ContactsContract.Presence: @Deprecated annotation and @deprecated comment do not matchCopy: apicheck (out/host/linux-x86/obj/EXECUTABLES/apicheck_intermediates/apicheck)Install: out/host/linux-x86/bin/apicheckChecking API: checkapi-lastChecking API: checkapi-currenttarget Prebuilt: (out/target/product/sapphire-open/system/usr/share/zoneinfo/zoneinfo.dat)target Prebuilt: (out/target/product/sapphire-open/system/usr/share/zoneinfo/zoneinfo.idx)target Prebuilt: (out/target/product/sapphire-open/system/usr/share/zoneinfo/zoneinfo.version)target Prebuilt: (out/target/product/sapphire-open/kernel)make: *** No rule to make target `vendor/htc/sapphire-open/proprietary/libhtc_ril.so', needed by `out/target/product/sapphire-open/system/lib/libhtc_ril.so'.
Looks like you're missing a step. See:
http://source.android.com/documentation/building-for-dream
It looks like you're missing the proprieatry files. Hope this helps.
On Wed, Nov 25, 2009 at 8:26 PM, Jean-Baptiste Queru <j...@android.com> wrote: > > Like I said yest...
--http://hobby.keluargareski.net Sent by XPS via gmail
-- You received this message because you are subscribed to the Google Groups "android-platform" gr...
Thanks , now I can build successfully.
sent from magix donut
On Nov 28, 2009 4:13 AM, "David, Jr Roth" <david....@gmail.com> wrote:
Looks like you're missing a step. See:
http://source.android.com/documentation/building-for-dream
It looks like you're missing the proprieatry files. Hope this helps.
> > On Nov 27, 2009 1:34 PM, "Reski@Milis" <funky8...@gmail.com> wrote: > > Thanks JBQ for your...
>>> frameworks/base/../../dalvik/libcore/dalvik/src/main/java/dalvik/annotation/KnownFailure.java:27...
On Wed, Nov 25, 2009 at 8:26 PM, Jean-Baptiste Queru <j...@android.com> wrote: > > Like I said yest...
--> > http://hobby.keluargareski.net Sent by XPS via gmail
-- You received this message because you are subscribed to the Google Groups "android-platform" gr...
-- You received this message because you are subscribed to the Google Groups "android-platform" g...
--
You received this message because you are subscribed to the Google Groups "android-platform" group.