20 lines
670 B
Markdown
20 lines
670 B
Markdown
---
|
|
name: Decompilation error
|
|
about: Create a report to help us improve jadx decompiler
|
|
title: "[core]"
|
|
labels: Core, bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Checks before report**
|
|
- check [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A) section on wiki
|
|
- search existing issues by exception message
|
|
|
|
**Describe error**
|
|
- full name of method or class with error
|
|
- full java stacktrace (no need to copy method fallback code (commented pseudocode))
|
|
- **IMPORTANT!** attach or provide link to apk file (double check apk version)
|
|
|
|
**Note**: GitHub don't allow attach files with `.apk` extension, but you can change extension by adding `.zip` at the end :)
|