发布时间:2012-12-15 13:05:14
在index.html中注释掉这行就行了<!-- <script src="http://www.google.com/jsapi" type="text/javascript"></script> --> ......【阅读全文】
发布时间:2012-12-13 16:39:08
<uses-feature android:glEsVersion="0x00020000"></uses-feature> <uses-sdk android:targetSdkVersion="8" android:minSdkVersion="8"></uses-sdk>Second, create a subclass of GLSurfaceView like this:public class CustomView extends GLSurfaceView { final CustomRenderer renderer;......【阅读全文】
发布时间:2012-12-13 16:37:04
char str[10];sprintf(str, "%i", sWidth);......【阅读全文】
发布时间:2012-12-12 14:34:49
javah -o hellojni.h -classpath ..\..\bin\classes com.example.com.miles.ndk.hellojni.MainActivitylinux下 点击(此处)折叠或打开javah -o TriangleRender.h -classpath ~/android-sdk-linux//android-10/android.jar:../bin/classes com.miles.nativeopengles.TriangleRender......【阅读全文】