DroidAssist icon indicating copy to clipboard operation
DroidAssist copied to clipboard

D8: Expected stack map table for method with non-linear control flow.

Open Tuccuay opened this issue 3 years ago • 17 comments

image

在 Kotlin 1.5, AGP 4.2.1, Gradle 6.7.1, DroidAssist 1.1.1 上,有好几千行的 WARNING D8: Expected stack map table for method with non-linear control flow.

Tuccuay avatar Jun 23 '21 11:06 Tuccuay

后来怎么解决的?

beyondckw avatar Aug 12 '21 10:08 beyondckw

I have been getting the same messages for the last few months. So far no clue how to remediate them. They don't appear to impact the app.

landenlabs2 avatar Aug 20 '21 17:08 landenlabs2

有解决吗

helengray avatar Sep 08 '21 08:09 helengray

什么东西来的

iflove avatar Sep 10 '21 14:09 iflove

关注一下这个问题

GvcZhang avatar Sep 25 '21 01:09 GvcZhang

解决了吗

4332weizi avatar Nov 03 '21 09:11 4332weizi

没解决,7.0.3的gradle版本,20.3.1的studio版本,java11

Alexyulu avatar Nov 22 '21 01:11 Alexyulu

Android Studio Bumblebee | 2021.1.1 Patch 1 AGP 7.1.1, 还是存在一堆log

orient33 avatar Feb 23 '22 09:02 orient33

字节码插桩后没有写入StackMapTable导致的,需要设置标记ClassWriter.COMPUTE_FRAMES让ASM自动帮忙计算并写入。

w290721955 avatar Mar 28 '22 08:03 w290721955

Android Studio 大黄蜂 | 2021.1.1 Patch 7. AGP 11, 还是存在1日志.

没解决,7.0.3的gradle版本,20.3.1的studio版本,java11

关注一下这个问题

解决了吗

有解决吗

I have been getting the same messages for the last few months. So far no clue how to remediate them. They don't appear to impact the app.

image

在 Kotlin 1.5, AGP 4.2.1, Gradle 6.7.1, DroidAssist 1.1.1 上,有好几千行的 WARNING D8: Expected stack map table for method with non-linear control flow.

字节码插桩后没有写入StackMapTable导致的,需要设置标记ClassWriter.COMPUTE_FRAMES让ASM自动帮忙计算并写入。

w290721955 avatar Mar 28 '22 08:03 w290721955

mark

oawang avatar Sep 02 '22 10:09 oawang

解决了吗

oawang avatar Sep 02 '22 10:09 oawang

mark

xiaomeng3419 avatar Nov 25 '22 08:11 xiaomeng3419

mark

znbflyingant avatar Feb 08 '23 13:02 znbflyingant

mark

xyang020 avatar Feb 16 '23 10:02 xyang020

Is this problem solved?

Expected stack map table for method with non-linear control flow. In later version of R8, the method may be assumed not reachable.

quibbler01 avatar Jun 15 '23 06:06 quibbler01

有人解决了吗?mark一下

xyang020 avatar Jul 20 '23 02:07 xyang020