jiahongfei / TodayStepCounter

Android计步模块(类似微信运动,支付宝计步,今日步数),记录当天从0点到23:59的步数
1.18k stars 241 forks source link

一加手机,调用记步模块抛了这个异常,能否请问下这个是什么原因吗? #12

Open yb12138 opened 6 years ago

yb12138 commented 6 years ago

06-01 14:35:19.494 24062-24062/com.example.admin.sportapp W/System.err: at com.example.admin.sportapp.activities.WalkActivity$TodayStepCounterCall.handleMessage(WalkActivity.java:137) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6753) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:482) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 06-01 14:35:19.982 24062-24062/com.example.admin.sportapp W/System.err: android.os.DeadObjectException 06-01 14:35:19.983 24062-24062/com.example.admin.sportapp W/System.err: at android.os.BinderProxy.transactNative(Native Method) at android.os.BinderProxy.transact(Binder.java:802) at com.today.step.lib.ISportStepInterface$Stub$Proxy.getCurrentTimeSportStep(ISportStepInterface.java:108)

jiahongfei commented 6 years ago

我试了一下 oneplusA5000没问题啊,都正常,你是demo,还是加到项目中了,你先运行一下demo看看好使吗

yb12138 commented 6 years ago

跑了下demo没问题,我研究下是不是哪边冲突了。

1152042072@qq.com

发件人: 贾宏飞 发送时间: 2018-06-05 11:27 收件人: jiahongfei/TodayStepCounter 抄送: yb12138; Author 主题: Re: [jiahongfei/TodayStepCounter] 一加手机,调用记步模块抛了这个异常,能否请问下这个是什么原因吗? (#12) 我试了一下 oneplusA5000没问题啊,都正常,你是demo,还是加到项目中了,你先运行一下demo看看好使吗 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

jiahongfei commented 6 years ago

sdk版本的问题,你是什么版本,我坐下适配 android { compileSdkVersion 26 defaultConfig { applicationId "com.test.demo" minSdkVersion 15 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } }

dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) compile 'com.alibaba:fastjson:1.1.68.android' implementation 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:recyclerview-v7:26.1.0' implementation 'com.android.support:design:26.1.0' implementation 'com.android.support.constraint:constraint-layout:1.0.2' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' }

jiahongfei commented 5 years ago

下载最新代码试试