简体   繁体   English

将acra.jar添加到/ libs文件夹

[英]Adding acra.jar to the /libs folder

I am trying to use ACRA in my helloacra android applications. 我正在尝试在helloacra android应用程序中使用ACRA。

I read this article . 我读了这篇文章

There it is written "Add the acra-4.2.3.jar from the archive (acra-4.2.3/build) in the libs folder" 那里写着“从libs文件夹中的存档(acra-4.2.3 / build)添加acra-4.2.3.jar

But the file is being added to the "referenced libraries" instead (acra-4.2.3.jar) 但是文件却被添加到“引用的库”中(acra-4.2.3.jar)

I tried to move it to the libs folder but could not. 我试图将其移至libs文件夹,但无法。

Please advise... 请指教...

TIA TIA

Guy 盖伊

When you add any library to the /libs folder, the newer versions of ADT automatically add it to your build path. 当您将任何库添加到/libs文件夹时,较新版本的ADT都会自动将其添加到您的构建路径中。 This is why you're also seeing it in Referenced Libraries . 这就是为什么您还在“ Referenced Libraries看到它的原因。 This is perfectly normal and expected behavior. 这是完全正常和预期的行为。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将 jar 移动到 eclipse 中的 libs 文件夹 - Moving jar to libs folder in eclipse 在项目libs文件夹中添加quickblox-android-0.8.1.jar文件并在设备上安装时出现错误后 - After Adding quickblox-android-0.8.1.jar file in project libs folder and getting error when install on device 如果罐子没有放在libs文件夹中,则找不到罐子文件中的类 - If a jar is not placed in the libs folder the classes in jar file are not found 在libs中添加jar文件与在gradle中添加依赖项 - Adding jar file in libs vs. adding dependencies in gradle Eclipse-无法识别ACRA jar文件 - Eclipse - ACRA jar file not recognised 将android库项目转换为带有资源的jar文件(libs和build文件夹) - Convert android library project to jar file with resources (libs and build folder) 在Android Gradle构建中不使用libs文件夹中的Jar文件 - Jar files in libs folder are not used in Android Gradle build Android eclipse-在libs文件夹和参考库中重复的android.jar - Android eclipse - android.jar duplicated in libs folder and Referenced Libraries 将 admons sdk.jar 文件拖到 eclipse 库文件夹中的问题 - problem dragging the admons sdk.jar file into the eclipse libs folder 无法删除Android的libs文件夹中的android-support-v4.jar - Not able to delete android-support-v4.jar in libs folder in android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM