Cocos Android packaging problem

One. Multi-platform architecture packaging so file

Add the following code to the application.mk file, where TARGET_CPU_API represents the target cpu and APP_ABI represents the compilation

TARGET_CPU_API := armeabiAPP_ABI: = armeabi armeabi-v7a x86

Second, the android sdk version of the mobile phone is lower than android sdk compiled version

Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 14

Add the following code to the application.mk file,

APP_PLATFORM := android-14

One, multi-platform architecture packaging so file

Add in the application.mk file Enter the following code, where TARGET_CPU_API represents the target cpu and APP_ABI represents all platforms to be compiled

TARGET_CPU_API := armeabiAPP_ABI := armeabi armeabi-v7a x86

Second, the android sdk version of the mobile phone is lower than android sdk compiled version

Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 14

In Add the following code to the application.mk file,

APP_PLATFORM := android-14

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 412 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.