摘要:native调用Java的dialog, 并接入native callback: onOK/onCancel.
阅读全文
摘要:protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setContentView(R.layout.input); ...
阅读全文
摘要:https://developer.android.com/training/system-ui/navigation.html1 View decorView = getWindow().getDecorView();2 // Hide both the navigation bar and th...
阅读全文
摘要:Implementation defined数组内存模型和GCC4.6编译器的bug.
阅读全文
摘要:windows到android的移植: 渲染,shader和texture.
阅读全文
摘要:https://developers.google.com/games/services/cpp/api/structgpg_1_1AndroidSupportFor apps which target android 4.0+ (API Version greater than or equal ...
阅读全文
摘要:Bionic libc doesn't load dependencies for current .so file(diff from Windows or Linux)so a explicit calling of Java's System.loadLibrary() is needed, ...
阅读全文
摘要:Update Android SDK build tool to latest can solve my problem.
阅读全文