Problem compile with Cocoshelper 1.48.00 on Cocos Framework v3.9

Cocos Helper (C++)
  • QuakeDev
    Likes 0

    Problem Description

    Hello, Sonar!

    i created new c++ project with cocos framework v3.9.

    and compile and execute, all works fine.

    so, i intergrated google play game and admob with cocoshelper 1.48.00.

    but, appear error when using command-line compile.

    i used below command.

    ‘cocos compile -p android’


  • QuakeDev
    Likes 0

    i solved problem myself :)

    i linked ‘google-play-services_lib’ path has wrong..

    copy ‘google-play-services_lib’ directory to ‘proj.android’.

    add below line to ‘project.properties’.

    -----------------------------------------------------------------------------
    android.library.reference.2=google-play-services_lib
    -----------------------------------------------------------------------------

    then, compile with works fine :)

  • Sonar Systems admin
    Likes 0

    COOLIO   

Login to reply