- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我在 HTC One M8 上使用 Android Studio 并调试应用程序。我昨晚将手机更新到了 Android 5.0.1。
编辑:最近购买了 Nexus 9,同样的问题正在发生。
我第一次尝试运行应用程序时,gradle 构建没有问题,但我现在遇到运行时错误。
我已经研究过这个问题,其他人似乎遇到了与图书馆位置相关的不满意的链接错误。但是,我没有对库或代码进行任何更改。
Android Studio 也会经常无法部署调试 APK,提示“未检测到 APK 更改。 Activity 未启动,尽管 APK 发生了明显变化,但其当前任务已被置于最前面。
为什么会出现此错误?感谢您的宝贵时间。
compileSdkVersion 21构建工具版本“21.1.2”minSdkVersion 15targetSdkVersion 21
Gradle 文件如下。
02-05 10:56:30.330 6516-6524/? E/cutils-trace﹕ Error opening trace file: No such file or directory (2)
02-05 10:56:30.410 6516-6527/? E/art﹕ No implementation found for java.lang.String android.os.SystemProperties.native_get(java.lang.String) (tried Java_android_os_SystemProperties_native_1get and Java_android_os_SystemProperties_native_1get__Ljava_lang_String_2)
02-05 10:56:30.490 6516-6516/? A/art﹕ art/runtime/thread.cc:1116] No pending exception expected: java.lang.UnsatisfiedLinkError: com.htc.customization.HtcCustomizationManager
02-05 10:56:30.490 6516-6516/? A/art﹕ art/runtime/thread.cc:1116] at boolean android.database.sqlite.SQLiteConnection.supportServo() (SQLiteConnection.java:1851)
02-05 10:56:30.490 6516-6516/? A/art﹕ art/runtime/thread.cc:1116] at void android.database.sqlite.SQLiteConnection.<clinit>() (SQLiteConnection.java:1541)
02-05 10:56:30.490 6516-6516/? A/art﹕ art/runtime/thread.cc:1116]
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] Runtime aborting...
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] Aborting thread:
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] "main" prio=5 tid=1 Runnable
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x75e28080 self=0xb7a902a0
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | sysTid=6516 nice=0 cgrp=apps/bg_non_interactive sched=0/0 handle=0xb6f24058
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | state=R schedstat=( 0 0 0 ) utm=16 stm=6 core=3 HZ=100
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | stack=0xbe4ad000-0xbe4af000 stackSize=8MB
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | held mutexes= "abort lock" "mutator lock"(shared held)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00004828 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 00002ec5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0024441d /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 002277eb /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+394)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0021a58f /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*)+22)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 0021a7cd /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+324)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 0021a9c1 /system/lib/libart.so (art::Runtime::Abort()+72)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 000a5dbf /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 0022821f /system/lib/libart.so (art::Thread::AssertNoPendingException() const+374)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000d10b7 /system/lib/libart.so (art::ClassLinker::FindClass(art::Thread*, char const*, art::Handle<art::mirror::ClassLoader>)+30)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 001cf97f /system/lib/libart.so (art::JNI::FindClass(_JNIEnv*, char const*)+798)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #11 pc 0005d02b /system/lib/libandroid_runtime.so (???)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #12 pc 00073f87 /system/lib/libandroid_runtime.so (android::register_android_database_SQLiteConnection(_JNIEnv*)+278)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #13 pc 0005cf29 /system/lib/libandroid_runtime.so (???)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #14 pc 0005e131 /system/lib/libandroid_runtime.so (android::AndroidRuntime::startReg(_JNIEnv*)+28)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #15 pc 0005e289 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&)+304)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #16 pc 00001691 /system/bin/app_process32 (???)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #17 pc 0000f31d /system/lib/libc.so (__libc_init+44)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #18 pc 000017ac /system/bin/app_process32 (???)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] Pending exception java.lang.UnsatisfiedLinkError thrown by 'unknown throw location'
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] java.lang.UnsatisfiedLinkError: com.htc.customization.HtcCustomizationManager
02-05 10:56:30.570 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] at boolean android.database.sqlite.SQLiteConnection.supportServo() (SQLiteConnection.java:1851)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] at void android.database.sqlite.SQLiteConnection.<clinit>() (SQLiteConnection.java:1541)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] Dumping all threads without appropriate locks held: thread list lock
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] All threads:
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] DALVIK THREADS (11):
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] "main" prio=5 tid=1 Runnable
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x75e28080 self=0xb7a902a0
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | sysTid=6516 nice=0 cgrp=apps/bg_non_interactive sched=0/0 handle=0xb6f24058
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | state=R schedstat=( 0 0 0 ) utm=17 stm=6 core=3 HZ=100
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | stack=0xbe4ad000-0xbe4af000 stackSize=8MB
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] | held mutexes= "abort lock" "mutator lock"(shared held)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00004828 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 00002ec5 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0024441d /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 002277eb /system/lib/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+394)
...以及更多类似的行...然后...
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x25853498> (a java.lang.Daemons$GCDaemon)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$GCDaemon.run(Daemons.java:396)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] - locked <0x25853498> (a java.lang.Daemons$GCDaemon)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284]
02-05 10:56:30.580 6516-6516/? A/art﹕ art/runtime/runtime.cc:284]
02-05 10:56:30.580 6516-6516/? A/libc﹕ Fatal signal 6 (SIGABRT), code -6 in tid 6516 (main)
02-05 10:56:30.690 478-478/? E/DEBUG﹕ AM write failure (32 / Broken pipe)
02-05 10:56:31.050 1009-6279/? E/SharedPreferencesImpl﹕ Couldn't create directory for SharedPreferences file shared_prefs/log_files.xml
这是我的 gradle 文件:
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "com.xxx.xxx"
minSdkVersion 15
targetSdkVersion 21
versionCode 14
versionName "0.2.9.1"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-xxx-rules.txt'
}
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}
repositories {
maven {
url "https://repo.commonsware.com.s3.amazonaws.com"
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.google.android.gms:play-services:6.5.87'
compile 'joda-time:joda-time:2.7'
compile 'au.com.bytecode:opencsv:2.4'
compile 'uk.co.chrisjenx:calligraphy:2.0.1'
compile 'com.commonsware.cwac:wakeful:1.0.+'
}
最佳答案
我会推荐以下结构
|---lib/
|---armeabi/
/Your.so file/
|---armeabi-v7a
/Your.so file (same file copy here)/
如果你的文件结构如上,
请尝试将以下代码添加到您的 gradle 文件中
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
我在 Lollipop 中使用生物识别传感器 API 时遇到了同样的问题,搜索了很多最后我得到了 armeabi-v7a 文件夹作为我的解决方案。
如果以上没有解决您的问题,那么,此问题与该设备的Android OS有关,不知何故无法调用 native 库, GitHub instead of solving moved to next
关于java - Android 5.0.1 更新时出现 Unsatisfiedlinkerror,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28332504/
我有一个旨在在 Linux 环境中运行的 java 应用程序,它是使用 Opencv 和 Eclipse - Ubuntu 14.04 开发的。它在 Eclipse 中运行良好,并在导出时生成一个 .
我有一个 Android 项目,它使用具有相互依赖关系的库: Android 应用程序依赖于以下原生库 模块 tess-2(包含 tesseract 和 leptonica) 模块 opencv4an
我正在开发一个需要使用.so库的项目(ubuntu 18.04),当我将java代码放在/src文件夹中时一切正常(我使用的是IntelliJ Idea),但是在我移动之后我的代码放入命名包(smut
我创建了一个使用 autohotkey.dll 库的 jar 文件。 Jar 在我的主电脑和笔记本电脑上运行顺利,但现在我尝试在新安装了 Windows 10 的电脑上使用它,但收到此错误: Exce
关闭。这个问题需要多问focused 。目前不接受答案。 想要改进此问题吗?更新问题,使其仅关注一个问题 editing this post . 已关闭 8 年前。 Improve this ques
我创建了一个使用 google or-tools 的 spring 应用程序。为此,我使用 System.loadLibrary("jniortools") 导入 jniortools。当我提供 .d
我正在尝试使用我下载的小程序。使用时出现以下错误 Can't load library 'friend'. java.lang.UnsatisfiedLinkError:no friend in ja
我知道捕获错误不是一个好的做法,但在这种情况下,这样做很重要。我正在尝试运行一个包含游戏一部分的 jar,但它给了我一个 unsatisfiedlink 错误,但这是有趣的部分:我正在使用这段代码:
我正在尝试创建Java软件,该软件允许我启动程序并通过ActiveXComponent对其进行控制。为了使用ActiveXCompnent,我下载了一个名为“ jacob-1.18”的JAR文件。当我
我已经完成了大部分GWT MVP风格的测试,而没有测试小部件。我希望能够构建更复杂的小部件并对其进行良好的测试,而无需使用GwtTestCase(缓慢)。 出于好奇,我尝试了一个非常简单的测试。给一个
我正在使用 Proycon 将 .class 反编译为 .java,在我的库目录中包含 jd-core-java-1.0.jar 文件,但是当我编译 Main 类时它抛出异常 Exception in
我正在编写一个使用JNI的程序,当我在我的计算机上运行它时它工作正常,但如果我尝试在另一台计算机上运行它,它会抛出UnsatisfiedLinkError,说它找不到依赖库。我使用 Eclipse,并
我正在使用 javacpp 从 Java 访问 cpp。 我已经尝试过文档中提供的示例 cpp代码: CompletableFuture futureInC(){ @StdFuture
Error is :Exception in thread "main" java.lang.UnsatisfiedLinkError: jpcap.JpcapCaptor.getDeviceLi
我正在尝试使用 JNI 向 Java 公开 C++ 功能。我试图首先显示一个简单的消息框,只是为了确保一切正常。但是,我得到了一个 UnsatisfiedLinkError 异常被抛出(当我调用函数时
尝试使用来自 here 的代码我试图合并这两个类,以便最终得到 ulaw 音频数据的 inputStream。所以我像这样编辑了 UlawEncoderInputStream: private Mic
我正在使用 Android Studio 3,并尝试在我的设备上使用 OpenCL。APK 编译失败: java.lang.UnsatisfiedLinkError: dlopen failed: l
我正在开发 SIP 基础应用程序来调用和接听电话我对一个开源项目进行了分析 Sipdroid.除此之外,我制作此应用程序以支持 g729 编解码器。该应用程序工作正常,但是当我修改应用程序的包名称时,
我知道这个问题已经被问过了,但我没有找到任何方法来阅读现有代码来找到解决我的问题的方法。我的一些应用程序用户对不同类型的 UnsatifiedLinkError 有经验: Caused by: jav
我在 Windows 7 中使用 IntelliJ,在最近对我的开发系统(不是设备)进行了突然更改后,我陷入了 UnsatisfiedLinkError 的困境。由 System.loadLibrar
我是一名优秀的程序员,十分优秀!