草庐IT

metadata-generation-failed

全部标签

ERROR Failed to compile with 2 errors These relative modules were not found:

 提示在./node_modules/flatgeobuf/lib/mjs/packedrtree.js中找不到./config.js./node_modules/flatgeobuf/lib/mjs/generic/featurecollection.js中找不到../logger.js如果是用vscode编写,按住ctrl+报错文件名进入到该报错文件根据引入 importConfigfrom'./config.js'去寻找路径'./'下有没有config.js文件发现只有"Config.js",有理由怀疑是否是大小写原因导致引入失败,将Config变换为config.js后解决问题

android - GenyMotion 上的 INSTALL_FAILED_NO_MATCHING_ABIS

我正在尝试在Genymotionandriod5上安装视频kik应用程序,但我一直收到此错误。谁能告诉我如何解决这个问题?谢谢 最佳答案 我通过以下方式解决了这个问题:下载“Genymotion-ARM-Translation.zip”(您可以用谷歌搜索zip文件)。启动并运行我的genymotion。将zip文件拖到genymotion虚拟设备,然后按照提示单击“确定”按钮。最后重新启动你的genymotion,它对我有用。或者您可以引用:INSTALL_FAILED_NO_MATCHING_ABISwheninstallapk

android - Cordova : Command failed with exit code EACCES

当我执行“cordovaplatformaddandroid”时,命令返回:Error:/Users/brieuc/.cordova/lib/android/cordova/3.6.4/bin/create:CommandfailedwithexitcodeEACCESatChildProcess.whenDone(/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)atChildProcess.emit(events.js:95:17)atProce

使用git推送到远程仓库的时候报错Failed to connect to 127.0.0.1 port 7890: 拒绝连接

问题:使用git推送到远程仓库的时候报错Failedtoconnectto127.0.0.1port7890:拒绝连接说明:如果没有使用其他端口连接网络那么就看看是否在git中配置了proxy解决方案:看看之前有无代理gitconfig--globalhttp.proxy然后关掉这个代理gitconfig--global--unsethttp.proxy查看是否删除gitconfig--global-l 

android - java.lang.RuntimeException : eglSwapBuffers failed: EGL_SUCCESS report 错误

我有安卓游戏,使用libgdx框架在GooglePlay商店中有报告:java.lang.RuntimeException:eglSwapBuffersfailed:EGL_SUCCESSatandroid.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfaceView.java:1085)atandroid.opengl.GLSurfaceView$EglHelper.swap(GLSurfaceView.java:1043)atandroid.opengl.GLSurfaceView$GLThread.guardedRu

PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed

系统报错:javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIXpathvalidationfailed:java.security.cert.CertPathValidatorException:timestampcheckfailed异常原因:SSL证书过期

android - java.lang.RuntimeException : setParameters failed in Camera Api 错误

我正在开发Cameraoverly应用程序,因为我正在使用相机api进行预览和叠加效果。我在某些手机上遇到强制关闭错误,而在其他手机上没有发生。我的代码:parameters=camera.getParameters();Listsizes=parameters.getSupportedPreviewSizes();SizeoptimalSize=getOptimalPreviewSize(sizes,w,h);parameters.setPreviewSize(optimalSize.width,optimalSize.height);parameters.setColorEffec

! [rejected] master -> master (fetch first)error: failed to push some refs to 解决方案

   ![rejected] master->master(fetchfirst)error:failedtopushsomerefsto解决方案 Tohttps://gitee.com/xxxx.git ![rejected]    master->master(fetchfirst)error:failedtopushsomerefsto'https://gitee.com/xxxxx.0.git'![拒绝]master->Master(先取)错误:未能向“https://gitee.com/cxxxxx0.git”推送一些引用此时我们要执行gitpull--rebaseorigin

android - RELEASE配置下MvvmCross MvxException "Failed to construct and initialize ViewModel"

我正在使用MvvmCross开发Xamarin.Android应用程序。每次我在RELEASE配置下启动应用程序时,它都会在启动时崩溃并出现以下错误:Cirrious.CrossCore.Exceptions.MvxException:FailedtoconstructandinitializeViewModelfortypeDroidApp.Core.ViewModels.MainViewModelfromlocatorMvxDefaultViewModelLocator-checkMvxTraceformoreinformation此应用程序在DEBUG配置下运行良好。在我更新代码

android - java.io.IOException : read failed, 套接字可能关闭或超时,读取 ret : -1 on Android 5. 0.1 Lollipop 版本

我正在与蓝牙设备建立蓝牙套接字连接,并想从设备读取字节。我已正确建立连接:try{Methodm=mmDevice.getClass().getMethod("createRfcommSocket",newClass[]{int.class});temp=(BluetoothSocket)m.invoke(mmDevice,1);}catch(Exceptione){}我正在从蓝牙设备正确读取字节。我遇到异常:java.io.IOException:readfailed,socketmightclosedortimeout,readret:-1因此,连接中断,我的设备和蓝牙设备之间的通