Как декомпилировать Kotlin Android APK? ⇐ Android
-
Anonymous
Как декомпилировать Kotlin Android APK?
I have my own developed Android app in kotlin. I lost my all source code (hard disk crashed) after that I pull my apk from my physical android device using below adb commands -
c:\> adb shell pm path com.digi Response of this command is full path of apk. after that I used below command to get actual apk-
c:\>adb pull /data/app/com.digi-ZF6WfmctELhsLvm4oICrAQ==/base.apk Destination\folder After that I used android studio and using build -> analyze APK This is giving some folder structure but did not get any kotlin class what I developed.
Is there any way to get at least kotlin source code?
Источник: https://stackoverflow.com/questions/683 ... ndroid-apk
I have my own developed Android app in kotlin. I lost my all source code (hard disk crashed) after that I pull my apk from my physical android device using below adb commands -
c:\> adb shell pm path com.digi Response of this command is full path of apk. after that I used below command to get actual apk-
c:\>adb pull /data/app/com.digi-ZF6WfmctELhsLvm4oICrAQ==/base.apk Destination\folder After that I used android studio and using build -> analyze APK This is giving some folder structure but did not get any kotlin class what I developed.
Is there any way to get at least kotlin source code?
Источник: https://stackoverflow.com/questions/683 ... ndroid-apk
Мобильная версия