'I lost my shared object file with debug symbols for android app. Is it possible to re-generate it for a particular version of the app?
I lost my shared object file with debug symbols for android app. Is it possible to re-generate it for a particular version of the app?
I have been told that its not possible. Even if I try to use the same code (that is in production) and re-generate build, its highly unlikely that I will be able to use generated .so file to debug my app which is already in prod
The android doc mentions:
Known issue: When attaching debug symbols to an APK, both the APK and debuggable .so files must be built using the same workstation or build server.
I am not sure what this means though. Can someone please help me in understanding this? Thanks in advance.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
