草庐IT

SECURITY_ERR

全部标签

android - 无法获取 GED Log Buf,err(0)

我的所有Android项目都有一个大问题,那就是错误:“无法获取GEDLogBuf,err(0)”。我真的不知道该怎么做以及如何解决它。任何人都可以帮我吗?非常感谢 最佳答案 在手机的开发者选项设置项中找到高级日志记录。设置为全部允许。 关于android-无法获取GEDLogBuf,err(0),我们在StackOverflow上找到一个类似的问题: https://stackoverflow.com/questions/50158481/

android - 在 Android Studio 上重建时出现 "The security strength of SHA-1 digest algorithm is not sufficient for this key size"

我在构建项目时遇到了这个问题。下面是堆栈跟踪。我为发布key创建了一个新的keystore文件,但没有用。Causedby:java.io.IOException:Failedtogeneratev1signatureatcom.android.tools.build.apkzlib.sign.SigningExtension.onOutputZipReadyForUpdate(SigningExtension.java:292)atcom.android.tools.build.apkzlib.sign.SigningExtension.access$200(SigningExten

android - android 中 webView 中的 ERR_ACCESS_DENIED

我已经为androidstudio创建了一个webview应用程序。但没有加载网址。错误是net::ERR_ACCESS_DENIED。谁能帮忙解决这个问题 最佳答案 对我来说这个问题有点傻,我最初忘记在list中添加android:usesCleartextTraffic="true"并启动应用程序。在我添加android:usesCleartextTraffic="true"之后,它仍然给出了ERR_ACCESS_DENIED。然后我清除了数据,卸载了应用程序,重新安装它,然后bam,错误消失了。

android - ionic 模拟 android ERR_CONNECTION_REFUSED localhost :8100

我尝试在Android上模拟我的Ionic应用程序。一旦我的应用程序在模拟设备中启动,它就会中断并出现以下错误:ApplicationErrornet::ERR_CONNECTION_REFUSED(http://localhost:8100)还有WebpagenotavailableThewebpageathttp://localhost:8100couldnotbeloadedbecause:net::ERR_CONNECTION_REFUSED在浏览器和iOS调试器中调试同一个项目就像一个魅力。cordova-plugin-whitelist已经安装,我的config.xml中有

android - GetFile Cordova 3.4.0 err.code 1000

我尝试使用cordova3.4.0获取文件:FileManager.prototype.ReadAsTextFromFile=function(fileName,readDataCallBack){varthat=this;try{window.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem){fileSystem.root.getFile(fileName,{create:false},function(fileEntry){fileEntry.file(function(file){varread

Android 映射异常 java.lang.NoClassDefFoundError : android. security.MessageDigest

我有一个使用Googlemap(v1)的应用程序,从崩溃报告中,我不时看到此异常:java.lang.NoClassDefFoundError:android.security.MessageDigestatcom.google.android.maps.KeyHelper.getSignatureFingerprint(KeyHelper.java:60)atcom.google.android.maps.MapActivity.createMap(MapActivity.java:513)atcom.google.android.maps.MapActivity.onCreate(

android - Android Webview 中的 loadUrl() 因 net::ERR_CACHE_MISS 而失败

我在androidstudio工作。我在主要Activity中使用了webview。当我运行我的项目时,它会给出类似...“无法加载位于http://www.google.com的网页,因为:net::ERR_CACHE_MISS”的错误。请看我的代码:在list中:在Activity中:WebView_taskOrganizerView=null;@OverrideprotectedvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.acti

android - Ionic 2 - 错误:net::ERR_CONNECTION_TIMED_OUT 在 android 设备上运行时

(抱歉我的英语不好)我已经使用Ionic2forAndroid构建了一个应用程序。在此应用程序中,我需要从API获取信息,当我在浏览器中运行它时,它工作得很好(ionicserve)。问题是当我在我的设备(Android6.0.1)上运行时我遇到了这个问题:net::ERR_CONNECTION_TIMED_OUT然后我搜索了如何解决这个问题,并尝试了很多方法。我有cordova-plugin-whitelist,我的config.xml看起来像:我把它放在我的index.html中:我已经阅读了很多关于这个问题的文档,但我没有发现任何真正有用的东西。有人可以帮帮我吗?谢谢

android - (强化)类别 : Android Bad Practices: Missing Google Play Services Updated Security Provider (1 Issues)

我们正在使用Fortify扫描我的Android源代码,但我无法解决这个问题:Category:AndroidBadPractices:MissingGooglePlayServicesUpdatedSecurityProvider(1Issues)Fortify指向这行代码:tools:replace="android:allowBackup">AndroidManifest.xml:37null()强化推荐:ThesimplestwaytopatchthesecurityprovideristocallthesynchronousmethodinstallIfNeeded().Th

flutter - 如何在 flutter 中修复 'net::ERR_CLEARTEXT_NOT_PERMITTED'

我已经在Flutter中实现了webView,但它没有打开我在服务器上的php网站,这是我做错了。我是Flutter的新手,并尝试使用webview将我的网站网页集成到我的应用程序中,但没有成功。Widgetbuild(BuildContextcontext){//TODO:implementbuildreturnWebviewScaffold(appBar:AppBar(iconTheme:IconThemeData(color:Colors.white),title:Text("IntakeForm",style:newTextStyle(color:Colors.white,fo