Android 7 Native Crash: libc.so tgkill

前端 未结 7 2057
暗喜
暗喜 2020-12-22 15:21

I\'m seeing this native crash with the following stack trace.

This happens in Android 7.0 & 7.1 only. Nothing new has been added to the app, which has been in pr

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 16:10

    Not in comments (insufficient rep).

    Of the dependencies you have listed we use:

    compile 'com.android.support:cardview-v7:25.3.1'
    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.android.support:support-v4:25.3.1'
    
    compile 'com.google.android.gms:play-services-maps:10.2.1'
    compile 'com.google.android.gms:play-services-location:10.2.1'
    

    different versions than yours. I have strong suspection that play-services-maps contains the bug.

    Perhaps you use map fragment in viewpager as we do and many people in issue already mentioned by Koji Matsubara (https://issuetracker.google.com/issues/37123764)

提交回复
热议问题