
android
bingwan
ios cocos2d-x
展开
-
android studio apk签名
//google pay doc https://developer.android.com/google/play/billing/billing_library_overview //pay https://github.com/anjlab/android-inapp-billing-v3 ================================================...原创 2020-02-19 20:22:11 · 279 阅读 · 0 评论 -
android.mk 自动生成
define walk $(wildcard $(1)) $(foreach e,$(wildcard $(1)/*), $(call walk, $(e))) endef ALLFILES = $(call walk,$(LOCAL_PATH)/../../Classes) FILE_LIST := hellolua/main.cpp FILE_LIST += $(filt原创 2016-03-27 21:57:11 · 1659 阅读 · 0 评论