delorenj

Results 4 comments of delorenj

I tried changing to android 24 and the problem was not resolved =(

Ok, finally figured it out. The issue was the order of the linking: This produced the above error: ``` LOCAL_STATIC_LIBRARIES := cocos2dx_static \ firebase_app \ firebase_analytics \ firebase_auth \ firebase_database...

If anyone is here looking for a bandaid solution, I added a rule to ensure each time a terminal command is executed, output is piped to a log. `For some...