sdkbox / issues

The issue tracker for SDKBOX
MIT License
4 stars 0 forks source link

iAP Android.mk is not correct #15

Closed alfogrillo closed 7 years ago

alfogrillo commented 7 years ago

Steps to Reproduce:

  1. Create an empty project cocos new -l cpp Test
  2. Go into the project folder cd Test
  3. Add iap plugin sdkbox import iap
  4. Open the project proj.android-studiowith Android Studio
  5. The build fails because Android Studio doesn't find the library android_native_app_glue
darkdukey commented 7 years ago

This is caused by latest NDK, can you use ndk10e for now?

alfogrillo commented 7 years ago

Hi @darkdukey is this issue related with this ?

ghost commented 7 years ago
  1. remove android_native_app_glue in Android.mk or
  2. add APP_ALLOW_MISSING_DEPS := true into Android.mk
alfogrillo commented 7 years ago

@yinjimmy The project works just removing android_native_app_glue. Is APP_ALLOW_MISSING_DEPS := true useful?

ghost commented 7 years ago

Is APP_ALLOW_MISSING_DEPS := true useful?

sometimes ;)