This is a two part question:
- I cannot compile my cocos project via cli as the following error pops up:
jni/../../Classes/CustomEngine/AnalyticsEngine/firebase/analytics.h:9:26:fatal error: firebase/app.h: No such file or #include "firebase/app.h"
- I can't seem to be able to include the static_libs given with the firebase_cpp_sdk into the project, i.e. where to place the architecture specific '.a' files, can I place them in the same location as my SDK header files?