検索

ホームページ  >  に質問  >  本文

android - 请问 APP 如何兼容 5.1.1 的系统?

最近学习 android 开发,已经写出来一个 APP ,大部分机器测试正常的,现在发现在 5.1.1 的系统上会导致闪退问题,自己装了个 5.1.1 的模拟器却没事。
APP最低设置的是4.0

dependencies { 
compile fileTree(dir: 'libs', include: ['*.jar']) 
compile 'com.android.support:support-v4:21.0.2' 
compile 'com.android.support:appcompat-v7:22.2.0' 
compile files('libs/xUtils-2.6.14.jar') 
compile 'com.squareup.okhttp:okhttp:2.4.0' 
compile 'com.squareup.picasso:picasso:2.5.2' 
compile 'com.google.code.gson:gson:2.3.1' 
compile project(':pulltorefresh') 
compile 'com.github.JayFang1993:DropDownMenu:3e8620dc99' 

compile 'de.hdodenhof:circleimageview:1.3.0' 
} 

这是需要的包,请问这种兼容问题应该从何入手?

天蓬老师天蓬老师2773日前714

全員に返信(4)返信します

  • ringa_lee

    ringa_lee2017-04-17 15:00:10

    物理マシンを使用してログ情報を確認する

    返事
    0
  • 天蓬老师

    天蓬老师2017-04-17 15:00:10

    実際のマシンを開き、Eclipse を使用してデバッグし、エラーを確認します。

    返事
    0
  • ringa_lee

    ringa_lee2017-04-17 15:00:10

    本物の Nexus マシンを購入し、ネイティブ システムでテストするのが最善です

    返事
    0
  • PHP中文网

    PHP中文网2017-04-17 15:00:10

    原因が分かりました…強化に使用した製品が5.1に対応していなかったためです。他社に変更して強化したところ、問題ありませんでした

    返事
    0
  • キャンセル返事