Guest User

Untitled

a guest
Jul 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. host C++: aapt <= frameworks/base/tools/aapt/AaptAssets.cpp
  2. In file included from frameworks/base/include/utils/AssetManager.h:25:0,
  3. from frameworks/base/tools/aapt/AaptAssets.h:10,
  4. from frameworks/base/tools/aapt/AaptAssets.cpp:5:
  5. frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptSymbols>]’:
  6. frameworks/base/tools/aapt/AaptAssets.h:446:59: required from here
  7. frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  8. frameworks/base/include/utils/KeyedVector.h:193:31: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptSymbols> >’ are not found by unqualified lookup
  9. frameworks/base/include/utils/KeyedVector.h:193:31: note: use ‘this->indexOfKey’ instead
  10. frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptGroup>]’:
  11. frameworks/base/tools/aapt/AaptAssets.cpp:1636:41: required from here
  12. frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  13. frameworks/base/include/utils/KeyedVector.h:193:31: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptGroup> >’ are not found by unqualified lookup
  14. frameworks/base/include/utils/KeyedVector.h:193:31: note: use ‘this->indexOfKey’ instead
  15. frameworks/base/include/utils/KeyedVector.h: In instantiation of ‘const VALUE& android::DefaultKeyedVector<KEY, VALUE>::valueFor(const KEY&) const [with KEY = android::String8; VALUE = android::sp<AaptDir>]’:
  16. frameworks/base/tools/aapt/AaptAssets.cpp:1700:53: required from here
  17. frameworks/base/include/utils/KeyedVector.h:193:31: error: ‘indexOfKey’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  18. frameworks/base/include/utils/KeyedVector.h:193:31: note: declarations in dependent base ‘android::KeyedVector<android::String8, android::sp<AaptDir> >’ are not found by unqualified lookup
  19. frameworks/base/include/utils/KeyedVector.h:193:31: note: use ‘this->indexOfKey’ instead
  20. make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/AaptAssets.o] Error 1
Add Comment
Please, Sign In to add comment