草庐IT

Union-Find

全部标签

android.content.ActivityNotFoundException : Unable to find explicit activity class

我收到此错误:06-0610:45:19.685:E/AndroidRuntime(554):android.content.ActivityNotFoundException:Unabletofindexplicitactivityclass{com.Android.myApp/com.Android.myApp.Facebook.Example};haveyoudeclaredthisactivityinyourAndroidManifest.xml?但是我已经在我的list文件中声明了它。这种异常的其他原因可能是什么?我的list.xml 最佳答案

android - 更新后 - 错误 :Failed to find: com. google.android.gms :play-services:5. 2.8

Gradle项目同步失败。更新androidSDK后出现此错误:Error:Failedtofind:com.google.android.gms:play-services:5.2.8我已检查更新的sdk位置是否已被AndroidStudio使用我已经安装了GoogleRepository并且AndroidSupportRepository也是最新的。还有一个ANDROID_HOME局部变量指向我实际使用的sdk 最佳答案 尝试使用com.google.android.gms:play-services:5.2.08而不是5.2.

android - "cannot find module with tag ' CocosDenshion/android ' in import path"cocos2dx 应用出错

我正在尝试编译在cocos2d-x上开发的Android原生应用程序。当我尝试调试我的应用程序时,我收到以下错误。AndroidNDK:jni/Android.mk:Cannotfindmodulewithtag'CocosDenshion/android'inimportpathAndroidNDK:AreyousureyourNDK_MODULE_PATHvariableisproperlydefined?AndroidNDK:Thefollowingdirectoriesweresearched:我的android.mk文件中有以下几行$(Callimport-add-path,

android - Gradle 构建失败 : Unable to find method 'org.gradle.api.tasks.testing.Test.getTestClassesDirs()Lorg/gradle/api/file/FileCollection;'

当我试图编译一个导入的project从github,我的gradle构建总是失败并出现以下异常。Unabletofindmethod'org.gradle.api.tasks.testing.Test.getTestClassesDirs()Lorg/gradle/api/file/FileCollection;'Possiblecausesforthisunexpectederrorinclude:Gradle'sdependencycachemaybecorrupt(thissometimesoccursafteranetworkconnectiontimeout.)Re-down

android - 在查看时 Gradle 警告 : Could not find google-services. json

这个问题在这里已经有了答案:google-services.jsonfordifferentproductFlavors(28个回答)关闭4年前。我收到以下警告。如何避免此警告?Couldnotfindgoogle-services.jsonwhilelookingin[src/flavor1/debug,src/debug,src/flavor1]Couldnotfindgoogle-services.jsonwhilelookingin[src/flavor1/release,src/release,src/flavor1]Couldnotfindgoogle-services.j

android - 让我们解决当前主题中的 "Failed to find style ' mapViewstyle'错误

很抱歉再发布一个,但似乎我们还没有记录此问题的所有解决方案。事情是这样的:我添加了一个mapView,一切正常。我添加了一个滑动抽屉并将按钮移动到其中,然后将根节点从线性更改为相对。从那时起,我的main.xml类的图形布局中出现错误,显示为Missingstyles.Isthecorrectthemechosenforthislayout?UsetheThemecomboboxabovethelayouttochooseadifferentlayout,orfixthethemestylereferences.Failedtofindstyle'mapViewStyle'incurr

android - 包android.support.v7.internal.view.menu不存在: cannot find symbol class MenuBuilder

我刚刚从compile'com.android.support:appcompat-v7:23.1'升级了我的支持库compile'com.android.support:appcompat-v7:23.1.1'.0'。它给了我这个错误:packageandroid.support.v7.internal.view.menudoesnotexist:cannotfindsymbolclassMenuBuilder我在我的应用程序中使用弹出菜单。根据谷歌的说法,PopUpMenu继承了接口(interface)com.android.internal.view.menu.MenuBuil

android - `svn checkout` 失败,出现 “cannot run program” “cannot find the file specified” 错误

我正在检查google代码中的示例。它要求我使用SVNCheckout检查源代码。Sine我使用的是AndroidStudio,我使用了VCS中的Subversioncheckout选项——>从版本控制中checkout——>Subversion。但是我遇到了一个错误。他们是不是我做错了什么?查看谷歌源代码。错误=2正如你在这张图片中看到的,你可以看到文件夹,当然还有来源,但为什么找不到呢? 最佳答案 报错Cannotloadsupportedformats:Cannotrunprogram"svn":Createprocesser

android - com.google.android.gms.internal.zzhu : can't find referenced class android. security.NetworkSecurityPolicy

我尝试使用proguard生成apk,但在尝试构建时出现此错误:Warning:com.google.android.gms.internal.zzhu:can'tfindreferencedclassandroid.security.NetworkSecurityPolicyWarning:therewere3unresolvedreferencestoclassesorinterfaces.Youmayneedtoaddmissinglibraryjarsorupdatetheirversions.Ifyourcodeworksfinewithoutthemissingclasse

android - 错误 :Could not find property 'assembleDebug' on project ':app'

我正在使用'com.android.tools.build:gradle:2.2.0-alpha6'和AndroidStudio2.2Preview6。构建在Gradle2.1.0上运行得非常好,但是启用即时运行它要求我更新Gradle插件。更新Gradle插件时,构建显示"Error:Couldnotfindproperty'assembleDebug'onproject':app'"。我已经尝试清理.gradle和.idea并重新加载项目,但没有任何效果。请帮忙。 最佳答案 找出哪个任务依赖于assembleDebug任务更改以