Visual Studio 6.0 下载地址: https://winworldpc.com/product/microsoft-visual-stu/60 安装步骤: https://www.codeproject.com/Articles/1191047/Install-Visual-Studio-on-Windows 安装程序时使用了 Windows XP 兼容模式,但是安装完成后正常使用时没有使用兼容模式. 由于调试过后,被调试的程序不能退出,只能完全退出VC再重新打开工程. 为解决调试…
Error: Gradle: Execution failed for task ':mytask' > A problem occurred starting process 'command 'jni/ndk-build.cmd" 这是win7打开android程序出现的问题.解决方法:打开build.gradle,找到"commandLine"这行,把commandLine 'ndk-build', '-C', file('jni').absolutePath改为…