Android - app閃退log分析

來源:互聯網
上載者:User

標籤:

以下為主要log:

 

01-21 18:21:48.238: D/AndroidRuntime(10851): Shutting down VM

01-21 18:21:48.240: E/AndroidRuntime(10851): FATAL EXCEPTION: main

01-21 18:21:48.240: E/AndroidRuntime(10851): Process: com.android.email, PID: 10851

01-21 18:21:48.240: E/AndroidRuntime(10851): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.email/com.android.email.activity.setup.AccountSetupFinal}: android.view.InflateException: Binary XML file line #80: Error inflating class <unknown>

01-21 18:21:48.240: E/AndroidRuntime(10851): Caused by: android.view.InflateException: Binary XML file line #80: Error inflating class <unknown>

01-21 18:21:48.240: E/AndroidRuntime(10851):  at com.android.email.activity.setup.AccountSetupFragment.inflateTemplatedView(AccountSetupFragment.java:81)

01-21 18:21:48.240: E/AndroidRuntime(10851):  at com.android.email.activity.setup.AccountSetupBasicsFragment.onCreateView(AccountSetupBasicsFragment.java:49)

01-21 18:21:48.240: E/AndroidRuntime(10851): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/ic_next.xml from drawable resource ID #0x7f020097

01-21 18:21:48.240: E/AndroidRuntime(10851): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #19: <bitmap> requires a valid src attribute

 

點擊啟動app,app閃退。分析log:

首先是無法執行個體化activity。出錯檔案在 AccountSetupFinal ,原因是適配XML檔案出錯

進一步定位2個出錯位置 AccountSetupFragment.java :81與 AccountSetupBasicsFragment.java :49

log提示沒有發現資源檔res/drawable/ic_next.xml

開啟相關源檔案去尋找,源檔案中調用res/drawable/ic_next.xml,但實際上並沒有這個檔案

參考別的解析度的資源檔,添加一個 ic_next.xml 即可

Android - app閃退log分析

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.