playgameservices / cpp-android-basic-samples

Sample games using the Google Play Games C++ SDK
302 stars 133 forks source link

.cproject file is missing for minimalist example #3

Closed mthiesen closed 8 years ago

mthiesen commented 10 years ago

There is no .cproject file in the minimalist folder, therefore the native library is not build when the project is imported into ADT.

ggfan commented 8 years ago

Oops, sorry about the problem. with the latest android studio port, this should be handled. Eclipse IDE build is replaced with android studio ( disable the "instant run" if android studio preview 2.0 is used ); if you need ndk-build, just go to Minimalist/src/main, run build.sh. it should work