meiry / Cocos2d-x-Guessing-Game

Cocos2d-x 3.2 Generic Guessing-game + framework to build Guessing-games content on the server
20 stars 10 forks source link

Build fails DialogAndroid.h not found #1

Open vivekkhurana opened 9 years ago

vivekkhurana commented 9 years ago

Build fails saying 'jni/screw/facebook/DialogAndroid.h' file not found

the said file is not present in the repository

meiry commented 9 years ago

Hey the project never tested on android but .. it is using cocos2d-x that is super cross platform . so i guess just follow : http://www.cocos2d-x.org/wiki/Android_with_Terminal_Installation_and_Setup and copy the class's folder and the resources folder to the new created android project

vivekkhurana commented 9 years ago

I have followed the instruction and compiled the project. The error says DialogAndroid.h is not present. The file is missing from repo too. Please add the file.

meiry commented 9 years ago

will do the port to android soon