草庐IT

date_found

全部标签

Android 的蓝牙 BluetoothDevice.ACTION_FOUND 没有被触发?

我正在尝试通过我的应用程序管理多个蓝牙事件,这样用户就不需要离开应用程序并尝试从Android设置中搜索/配对蓝牙设备。我能够枚举以前配对的设备并开始发现,但是我找不到附近的设备。背景信息:设备=三星盖乐世S6操作系统=Android6.0.1,内核3.4.0-750027蓝牙设备可通过Android自己的内置发现发现这是我的相关代码:packageexperiment.xyz.abc;importandroid.app.ListActivity;importandroid.bluetooth.BluetoothAdapter;importandroid.bluetooth.Bluet

android - 损坏的缓存异常 : Corrupted IndexBlock 298298 found in cache '/Users/macuser/.gradle/caches/journal-1/file-access.bin'

我的android项目运行并且我的应用程序正常运行,但我不断收到这些错误。谁能解释发生了什么以及我该如何解决?org.gradle.cache.internal.btree.CorruptedCacheException:CorruptedIndexBlock298298foundincache'/Users/macuser/.gradle/caches/journal-1/file-access.bin'.org.gradle.cache.internal.btree.CorruptedCacheException:CorruptedIndexBlock272355foundinca

android - 错误 : No resource found that matches the given name (at 'theme' with value '@style/AppTheme' )

![给我错误:(]我什么都试过了......[2014-11-1517:56:06-LoginActivity]C:\Users\Different\workspace\LoginActivity\AndroidManifest.xml:15:error:Error:Noresourcefoundthatmatchesthegivenname(at'theme'withvalue'@style/AppTheme').[2014-11-1517:56:06-LoginActivity][2014-11-1517:56:07-LoginActivity]C:\Users\Different

android - JacksonParser 数据绑定(bind)和核心原因 "Found duplicate file for APK"?

我正在尝试学习如何使用jackson解析器,以更有效地解析json数据。我有这些jar文件:Downloadedfromthispagejackson-core-2.2.0.jarjackson-annotations-2.2.0.jarjackson-databind-2.2.0.jar在代码中,我只是尝试将json解析为对象数组:@OverrideprotectedvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.activity_mai

Android volley 错误 : "Trust anchor for certification path not found", 仅在真实设备中,而不是模拟器

我的Android应用程序出现问题,在我使用volley执行网络请求的fragment之一中:JsonObjectRequestrequest=newJsonObjectRequest(Request.Method.POST,CustomNetworkManager.getInstance(this.getActivity().getApplicationContext()).getRequestUrl(url),requestData,newResponse.Listener(){@OverridepublicvoidonResponse(JSONObjectresponse){//

android - "No resource found that matches the given name"错误,即使名称匹配

我正在构建一个简单的待办事项列表应用程序。我试图通过相对于彼此定位它们来组织我的布局。我通过调用像android:layout_toStartOf="@id/to_do_btn"这样的XML属性来做到这一点,但是我得到了一个NoResourceFoundThatMatchesTheGivenName错误。我基本上尝试了Stackoverflow上的所有解决方案,但没有任何帮助。这是我的XML:这是错误的示例:Error:(15,31)Noresourcefoundthatmatchesthegivenname(at'layout_above'withvalue'@id/to_do_bt

java - Android OkHttp 库 : GET Request - Exception EOFException:\n not found: size=0 content=

我在我的应用程序OkHttp库(http://square.github.io/okhttp/)中使用,在一个简单的GET请求中我得到了这个异常:Causedby:java.io.EOFException:\nnotfound:size=0content=...atokio.RealBufferedSource.readUtf8LineStrict(RealBufferedSource.java:201)atcom.squareup.okhttp.internal.http.HttpConnection.readResponse(HttpConnection.java:191)...u

android - gradle connectedAndroidTest 返回 "No test found",但是 adb shell am instrument 可以找到测试

我们有一个库项目,多个应用程序依赖于它。单元测试在图书馆项目中。我们能够从AndroidStudio中的依赖项目运行测试,但是./gradlew:[DependentProject]:connectedAndroidTest总是返回“未找到测试,无事可做”。通过观察,我发现在AndroidStudio中,好像只执行gradle任务::[DependentProject]:assembleDebug,:[DependentProject]assembleDebugTest然后使用adb安装目标和测试apk,并使用adbshellaminstruments运行测试。由于connectedA

android - Java 8 New Date API 在 Android N 中可用吗?

AndroidN会支持Java8日期/时间API吗?正如这个Android博客所说:http://android-developers.blogspot.com/2016/03/first-preview-of-android-n-developer.htmlImprovedJava8languagesupport-We’reexcitedtobringJava8languagefeaturestoAndroid.WithAndroid'sJackcompiler,youcannowusemanypopularJava8languagefeatures,includinglambdas

c# - 系统.MissingMethodException : Method 'Android.Support.V4.Widget.DrawerLayout.AddDrawerListener' not found

首先,我一周前开始使用C#和Xamarin开发Android,但我陷入了这个问题。我已经在StackOverflow中找到了几篇文章,但遗憾的是没有用。为了解决这个问题,我采取了一些措施。在执行以下操作之前,当我开始使用Android_Accelerated_x86(Android6.0-API23)进行调试时,VisualStudio开始查找NavigationPageRenderer但不在那里然后我得到上面的消息标题我使用AndroidSDK管理器安装和更新包,如下所示然后,我遇到了标题上写的留言System.MissingMethodException:MethodAndroid