- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我已将支持库更新到版本 23.0.1 并开始收到此错误。
在路径:DexPathList 上找不到类“android.support.v7.internal.widget.TintManager”。
我在应用程序中使用了很多第三方库。这会导致这个问题吗?
Gradle 文件:
apply plugin: 'com.android.application'
repositories {
mavenCentral()
maven { url 'http://maven.stickerpipe.com/artifactory/stickerfactory' }
}
android {
compileSdkVersion 23
buildToolsVersion '23.0.1'
defaultConfig {
applicationId "xxxxxxxxx"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE-FIREBASE.txt'
exclude 'META-INF/NOTICE'
}
dexOptions {
incremental true
javaMaxHeapSize "4g"
}
}
dependencies {
apply plugin: 'com.google.gms.google-services'
compile 'com.google.android.gms:play-services:8.1.0'
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'de.hdodenhof:circleimageview:1.2.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.journeyapps:zxing-android-embedded:3.0.1@aar'
compile 'com.google.zxing:core:3.2.0'
compile 'com.android.support:design:23.0.1'
compile 'com.squareup.picasso:picasso:2.4.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'
compile('com.github.ganfra:material-spinner:1.1.0') {
exclude group: 'com.android.support', module: 'appcompat-v7'
}
compile 'com.cesarferreira.colorize:library:0.2.1'
compile 'com.instabug.library:instabugsupport:1+'
compile('vc908.stickers:stickerfactory:0.2.2@aar') {
transitive = true;
}
compile 'com.android.support:multidex:1.0.0'
compile('com.mixpanel.android:mixpanel-android:4.6.4')
{
exclude group: 'com.android.support', module: 'appcompat-v7'
}
}
最佳答案
升级到 Android Studio 2.0 后我遇到了同样的问题。我更新了不是最新的依赖项,现在它运行良好。
通过交叉引用我们的 gradle 文件,我相信您需要更新您的设计支持库:
compile 'com.android.support:design:23.1.1'
关于android - 未在路径 : DexPathList 上找到类 "android.support.v7.internal.widget.TintManager",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34046525/
E/AndroidRuntime(4999): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.
在运行并收到短信后,我在此代码中使用了接收器,显示此错误。我尝试一些事情。我创建新项目并再次添加文件。删除bin文件。清理并重新启动项目。但它不能解决错误。有什么可以解决这个错误。我真的解决不了。
我试图将我的项目更新到 targetSdk 23,但鉴于所有的弃用,我决定我不适合它。我不想经历它,所以我在 mercurial 上恢复到旧版本,现在我得到的只是这个错误,我无法让该死的应用程序再次运
我的 Samsung S3(4.4 SDK 版本)有时会出现此异常: Caused by java.lang.ClassNotFoundException: Didn't find class "an
说真的,我不知道该怎么做才能解决这个问题。我的 android 项目运行良好,直到我需要使用 Maven 导入一个库。从那以后,一切都开始崩溃。 发生了什么:当我启动我的应用程序时,LogCat 上出
当我在 android studio 中使用 USB 在真实设备中测试时,我的应用程序运行良好。但是当我将 apk 发送到另一台设备并在那里安装时,它无法正常工作。应用程序崩溃了。我没有找到任何正确的
我在 Playstore 上更新了我的应用后遇到了问题。自本次更新以来,引发了异常,但我没有更改与此异常相关的任何内容。 堆栈跟踪: java.lang.RuntimeException: Unabl
我想按照本指南在 Ubuntu x64 上构建和运行 Dalvik VM:PATH/TO/AOSP/dalvik/docs/hello-world.html . 我的代码分支和主机是这样的: ====
谁能给我解释一下这个错误的原因吗?我知道 android 中的 dexpath 和 dex 类是什么以及如何修复此错误。但不知道时不时弹出这个错误的原因是什么。 此错误发生在以下情况 我将项目从一台电
我正在 Android 上构建我的第一个应用程序。我收到错误“在路径 dexpathlist 上找不到类 scrollview”。你能帮帮我吗? 这是我的 main.xml:
我正在使用 KeyGenParameterSpec 来定义我的 key 规范。当我运行应用程序时,我在日志中收到以下错误: Caused by: java.lang.ClassNotFoundExce
我的应用程序最近崩溃了,无论我做什么都无法工作。它之前工作得很好,但是我一定在重构一些变量/类时犯了一个错误。从 LOGCAT 返回的错误提到了一个我从未在项目中使用或实现过的类 NotifyStar
我在我的应用程序中使用 Multidex,这导致了一些问题,导致我的应用程序在安装后立即打开它时意外崩溃,当我通过我的 android studio 运行它时它工作正常,但当我尝试使用安装应用程序时我
直到昨天我的应用程序运行良好,今天突然开始崩溃并出现 Retrofit2 错误所以我通过升级依赖项并将 multidex 添加到我的应用程序来解决它,问题是现在当我尝试启动应用程序时它没有找到任何 A
我正在开发一个 Android 库来对我的应用程序中的一些工作进行模块化,我使用改造来使用一些网络 API。 当我在同一个 Android Studio 项目中的示例应用程序(编译库模块)中编译和使用
将 Gradle 版本迁移到 7.2 后,运行应用程序时出现此错误。 我注意到它指向 Java 8 日期/时间功能,LocalDate . 我的项目已经有 coreLibraryDesugaringE
我是 Xamarin 的新手,正在尝试让 OneSignal 推送通知在 Android 中运行。当运行模拟器并且我从 OneSignal 发出推送通知时,它在模拟器上成功通过。但是,当我通过 Pla
我从 jni 开始,尝试让一个简单的 HelloWorld 示例正常工作。我遇到了链接错误,我猜这与我的 native 库没有指向正确的文件路径有关。 我必须使用命令:java -Djava.libr
我遇到了以下错误,并且我已经尝试了 Stackoverflow 中的几乎所有解决方案。我是android新手,所以可能我不明白原因。我正在按照说明测试 libgdx 项目:https://github
这是我从导师那里得到的项目,在我的测试手机上运行后出现错误。我尝试了 stackovetflow 上的答案,但没有任何帮助。 logcat和manifest.xml如下
我是一名优秀的程序员,十分优秀!