Extract code from .aar file Android

前端 未结 5 1789
面向向阳花
面向向阳花 2020-12-24 00:53

How do I extract code from aar file.[Accidentally my main project is on another system can\'t access only have aar file on my mail]

I need to extract the JNI code fr

5条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-24 01:26

    Only two steps:

    1. Rename the library file extension to ".jar", like: lib.jar

    2. Extract the file in a folder with Winrar, Winzip, etc.

提交回复
热议问题