Note that there are some explanatory texts on larger screens.

plurals
  1. POBuilding android source code
    primarykey
    data
    text
    <p>I downloaded android source from source.android.com and followed the instruction to setup build environment on MAC OS X, Everything went fine except when i run make it gives me following error</p> <pre><code>============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=4.0.1 TARGET_PRODUCT=full TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a HOST_ARCH=x86 HOST_OS=darwin HOST_BUILD_TYPE=release BUILD_ID=ITL41D ============================================ host C++: aapt &lt;= frameworks/base/tools/aapt/AaptAssets.cpp frameworks/base/tools/aapt/AaptAssets.cpp:2161:38: warning: unused parameter 'bundle' [-Wunused-parameter] AaptAssets::slurpResourceZip(Bundle* bundle, const char* filename) ^ In file included from frameworks/base/tools/aapt/AaptAssets.cpp:5: In file included from frameworks/base/tools/aapt/AaptAssets.h:10: In file included from frameworks/base/include/utils/AssetManager.h:25: frameworks/base/include/utils/KeyedVector.h:193:17: error: use of undeclared identifier 'indexOfKey' ssize_t i = indexOfKey(key); ^ this-&gt; frameworks/base/tools/aapt/AaptAssets.h:446:46: note: in instantiation of member function 'android::DefaultKeyedVector&lt;android::String8, android::sp&lt;AaptSymbols&gt; &gt;::valueFor' requested here sp&lt;AaptSymbols&gt; sym = mNestedSymbols.valueFor(name); ^ frameworks/base/include/utils/KeyedVector.h:66:29: note: must qualify identifier to find this declaration in dependent base class ssize_t indexOfKey(const KEY&amp; key) const; ^ 1 warning and 1 error generated. make: *** [out/host/darwin-x86/obj/EXECUTABLES/aapt_intermediates/AaptAssets.o] Error 1 </code></pre> <p>I just started in android so do not have any clue, any small help also would be appreciated</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload