dex2jar在Android P以后已經(jīng)不能再反編譯dex文件了,
會(huì)提示com.googlecode.d2j.DexException: not support version.
可以使用jadx(https://github.com/skylot/jadx)。
mac下可以直接 brew install jadx 安裝,安裝完之后用命令jadx-gui啟動(dòng)

dex2jar在Android P以后已經(jīng)不能再反編譯dex文件了,
會(huì)提示com.googlecode.d2j.DexException: not support version.
可以使用jadx(https://github.com/skylot/jadx)。
mac下可以直接 brew install jadx 安裝,安裝完之后用命令jadx-gui啟動(dòng)