playgameservices / cpp-android-basic-samples

Sample games using the Google Play Games C++ SDK
303 stars 131 forks source link

Building Button Clicker Native with sh build.sh wont install #32

Closed jknight-nc closed 8 years ago

jknight-nc commented 8 years ago

I think it's pretty silly that this sample is configured by default to run with APP_ABI := arm64-v8a and that this isn't documented anywhere.

Most other samples are not done this way. x86 devices can emulate armeabi just fine. It should target armeabi and there is no reason otherwise.