Hi @nomixcloner! Please review my issue report. Here are the details:
1. App name: <app name>.
2. Device architecture: <device architecture or "any" if bot doesn't ask it>, clone architecture: <clone architecture or "any" if bot doesn't ask it>.
3. Cloned app version: <version>.
4. Compared with the original app: <yes/no>. Original app version: <original app version (if installed) from device Settings → Apps, otherwise "not installed">. Comparison was made on the same device: <yes/no> and on the same account: <yes/no>.
5. I have a video recording of the issue: <yes/no> and a video recording of the same usage example on the original app: <yes/no>.
6. I have collected logs and have prepared a report.log file already: <yes/no>.
The section below is to read only if you're not familiar with adb.
sudo apt update sudo apt install android-tools-adb
sudo nano /etc/udev/rules.d/51-android.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
sudo udevadm control --reload-rules
sudo service udev restart
sudo chmod a+r /etc/udev/rules.d/51-android.rules
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install android-platform-tools
adb devices
adb devices
List of devices attached
0123456789ABCDEF device
adb logcat -s <device identifier> > report.log
adb logcat -s 0123456789ABCDEF > report.log
Start for free with one clone per app every day or purchase Premium ⭐️ for unlimited cloning.