草庐IT

Skype4COM

全部标签

android - 找不到 com.google.android.gms :strict-version-matcher-plugin:1. 1.0

无法解析配置“类路径”的所有文件。找不到com.google.android.gms:strict-version-matcher-plugin:1.1.0。在以下位置搜索:https://jcenter.bintray.com/com/google/android/gms/strict-version-matcher-plugin/1.1.0/strict-version-matcher-plugin-1.1.0.pomhttps://jcenter.bintray.com/com/google/android/gms/strict-version-matcher-plugin/1.

android - 如何检测传入的 Skype/Viber 调用

我正在开发一个音乐应用程序,为此我需要检测来电(电话、Skype、Viber等)以停止播放歌曲。我可以使用PhoneState监听器检测GSM调用。有什么方法可以检测数据/VoIP(Skype、Viber)调用吗? 最佳答案 您不需要检测任何如此具体的内容,而是正确地管理音频焦点。请参阅本指南了解如何操作:https://developer.android.com/training/managing-audio/audio-focus.html 关于android-如何检测传入的Skyp

android - 检索到访问 token :null. com.google.android.gms.auth.GoogleAuthException:未知

我的应用程序允许用户使用GooglePlus登录,并获取他们的姓名和电子邮件地址。我试图访问token。访问token的代码:Toast.makeText(this,"Userisconnected!",Toast.LENGTH_LONG).show();GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext());AccountManageram=AccountManager.get(this);finalAccount[]accounts=am.getAccountsByType(Goog

android - Jack 在 Preview 4 上失败,出现 com/android/jack/api/v03/Api03Config 错误

我在使用最新的AndroidStudio(预览版4)和使用Jack进行编译时遇到问题。我收到这个错误:FAILURE:Buildfailedwithanexception.*Whatwentwrong:Executionfailedfortask':app:transformClassesWithPreJackPackagedLibrariesForDebug'.>com/android/jack/api/v03/Api03Config有什么想法吗?我的gradle文件:http://pastie.org/private/ieb3wbkxhr1zbk0xr5dssw来自Gradle的堆

pywintypes.com_error: (-2147352567, 发生例外狀況。‘, (0, ‘Microsoft Excel‘, ‘Microsoft Excel 不能访问文件

最近需要使用win32COM操作excel但发现excelSaveAs保存的时报错:pywintypes.com_error:(-2147352567,发生例外狀況。',(0,'MicrosoftExcel','MicrosoftExcel不能访问文件起初以为很简单,于是百度发现很多类似问题:1.https://www.cnblogs.com/vhills/p/8098715.html2.https://blog.csdn.net/PlusChang/article/details/729266053. http://t.csdn.cn/81KRA4.https://blog.csdn.net

android - Firebase Auth : Requests from this Android client application com. xxx 被阻止

我正在我的Android应用程序中实现FirebaseAuthUI的标准教程。但是,在测试时,我尝试从应用内使用Google登录进行登录,但出现以下异常:com.google.firebase.FirebaseException:Aninternalerrorhasoccurred.[RequestsfromthisAndroidclientapplicationcom.xxxareblocked.]该应用程序显示“GoogleSmartLock”横幅,好像它正在让我登录,但随后消失,我在logcat中看到上面的错误。我已确认用于调试和发布的SHA-1证书指纹位于Firebase控制台

解决com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure, The last packe.

目录解决com.mysql.cj.jdbc.exceptions.CommunicationsException:Communicationslinkfailure,Thelastpacketsentsuccessfullytotheserverwas0millisecondsago.Thedriverhasnotreceivedanypacketsfromtheserver.步骤1:检查网络连接步骤2:检查MySQL服务器设置步骤3:检查数据库连接参数步骤4:检查MySQL驱动程序版本解决com.mysql.cj.jdbc.exceptions.CommunicationsException

android - apache cordova 应用程序在收到 parse.com 推送通知后崩溃

我想将parse.com推送通知服务添加到我的Cordova应用程序。我已阅读parse.com快速入门指南并将SDK文件放在libs文件夹中。之后,我将代码添加到主java文件和AndroidManifest.xml中。该应用程序正常工作。parse.com可以接收我的设备token,我可以向设备发送推送通知,但在两三个推送通知后,应用程序将崩溃。catlog中的错误信息是这样的:05-0702:08:25.185:E/com.parse.PushService(28735):TheParsepushservicecannotstartbecauseParse.initializeh

android - 找不到 com.parse.bolts :bolts-android:1. 1.2。在手机差距项目(android studio)中?

我是phonegap的新手。在我的项目中集成了facebook插件。运行后显示错误`Error:Aproblemoccurredconfiguringrootproject'android'.'Couldnotresolvealldependenciesforconfiguration':_debugCompile'.Couldnotfindcom.parse.bolts:bolts-android:1.1.2.Searchedinthefollowinglocations:file:/C:/Users//AppData/Local/Android/sdk/extras/android

android - 错误 :Failed to find: com. google.guava :guava:18. 0.+

我在gradle文件中添加了这个依赖//由GoogleHTTP客户端库使用。compile(group:'com.google.guava',name:'guava',version:'18.0.+')我尝试同步Gradle文件,但它一直给我这个错误错误:找不到:com.google.guava:guava:18.0.+ 最佳答案 因为guava没有'patch'版本,只有'major'和'minor'版本。试试这个:compile(group:'com.google.guava',name:'guava',version:'18.