• In the method of doing the project, it was discovered that the third-party library lib3rdsdk.so was referenced. When lib3rdsdk.so was straight placed in the armeabi folder, it would be deleted. Checki

    In Diskgetor samsung memory card data recovery software of undertaking the project, it was located that the third-party library lib3rdsdk.so was referenced. When lib3rdsdk.so was straight placed inside error samsung memory card data recovery , it could be deleted. Checking the information on the web is just not full. Immediately after the experiment, the easiest way will be to add the following lines 3-7 for the android.mk under jni. here needs to be placed at the front, and it might not function after the back, since the compilation path might be Was changed.



    Amongst them, the prebuilt in prebuilt / $ (TARGET_ARCH_ABI) is the newly constructed prebuilt file in jni. Actually, it will not matter no matter if it is actually built or not. samsung memory card data recovery 'll find four folders in prebuilt: armeabi, armeabi-v7a, mips, x86, each folder is different The lib3rdsdk.so library of the architecture, $ (TARGET_ARCH_ABI) automatically selects the libraries within the architecture armeabi, armeabi-v7a, mips, x86 in accordance with the cpu architecture. By http://flightmodem8.over-blog.com/2020/06/source-internet-web-site-editor-production-chang-geng-library.html , only the libtxpay.so library in armeabi is going to be copied, for example the should copy armeabi -v7a library, you will need to add APP_ABI: = armeabiarmeabi-v7a in application.mk, it'll also copy the armeabiarmeabi-v7a library

    viewsource01LOCAL_PATH: = $ (callmy-dir) 0203include $ (CLEAR_VARS) 0405LOCAL_MODULE: = 3rdsdk0607LOCAL_SRC_FILES: = prebuilt / $ (TARGET_ARCH_ABI) /lib3rdsdk.so0809include$ (PREBUILT_SHARED_LIBRARY) 1011include $ (CLEAR_VARS) 1213LOCAL_MODULE: = game_shared1415LOCAL_MODULE_FILENAME: = libgame1617 # traverseallthedirectoryandsubdirectory1819definewalk2021 $ ( wildcard $ (1)) $ (foreache, $ (wildcard $ (1) / *), $ (callwalk, $ (e))) 2223endef2425 # traverseClassesDirectory2627ALLFILES = $ (callwalk, $ (LOCAL_PATH) /.././ Classes) 2829FILE_LIST: = hellocpp / principal.cpp3031FILE_LIST + = $ (LOCAL_PATH) /../../ Classes / helloworld.cpp3233FILE_LIST + = $ (filter% .cpp, $ (ALLFILES)) 3435FILE_INCLUDES: = $ (shellfind $ (LOCAL_PATH) /../../Classes-typed)3637#sourcefilewillbecompiled3839LOCAL_SRC_FILES:=$(FILE_LIST:$(LOCAL_PATH)/%=%)4041LOCAL_C_INCLUDES:=$(LOCAL_PATH)/../../../external/Box2D/ \\ 4243 $ (FILE_INCLUDES) \\ 444546LOCAL_WHOLE_STATIC_LIBRARIES: = cocos2dx_staticcocosdenshion_staticcocos_extension_staticbox2d_static4748include $ (BUILD_SHARED_LIBRARY) 4950 $ (callimport-module , CocosDenshion / android) \\ 5152 $ (callimport-module, cocos2dx) \\ 5354 $ (callimport-module, extensions) \\ 5556 $ (callimport-module, external / Box2D)

    Tags Tags : , , , , , , , , , ,
  • Commentaires

    Aucun commentaire pour le moment

    Suivre le flux RSS des commentaires


    Ajouter un commentaire

    Nom / Pseudo :

    E-mail (facultatif) :

    Site Web (facultatif) :

    Commentaire :