mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-04 03:39:24 +01:00
775f1dbff3
- fixes: #3049
36 lines
848 B
Markdown
36 lines
848 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug in Apktool
|
|
title: "[BUG]"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Information
|
|
1. **Apktool Version (`apktool -version`)** -
|
|
2. **Operating System (Mac, Linux, Windows)** -
|
|
3. **APK From? (Playstore, ROM, Other)** -
|
|
4. **Java Version (`java --version`)** -
|
|
|
|
### Stacktrace/Logcat
|
|
|
|
```
|
|
Include stacktrace here
|
|
```
|
|
|
|
### Steps to Reproduce
|
|
1. `apktool `
|
|
|
|
### Frameworks
|
|
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
|
|
(`.apks` that live in `/system/framework` or `/system/priv-app`)
|
|
|
|
### APK
|
|
If this APK can be freely shared, please upload/attach a link to it.
|
|
|
|
### Questions to ask before submission
|
|
1. Have you tried `apktool d`, `apktool b` without changing anything?
|
|
2. If you are trying to install a modified apk, did you resign it?
|
|
3. Are you using the latest apktool version?
|