ndk
ndk copied to clipboard
[BUG] ndk-gdb fails on Windows
Description
From Marijn at Traverse Research:
It looks like the NDK switched to Python 3 in r25, but one of the scripts still references unicode and fails on ndk-gdb on Windows. Replacing this with str solves it for me: https://cs.android.com/android/platform/superproject/+/master:development/python-packages/adb/device.py;l=163;drc=e955f07799e7440499afccd806e621827b99c9bd
Affected versions
r25
Canary version
No response
Host OS
Windows
Host OS version
all?
Affected ABIs
armeabi-v7a, arm64-v8a, x86, x86_64
Build system
Other (specify below)
Other build system
No response
minSdkVersion
n/a
Device API level
No response
Fwiw the -f
flag resulting in a type error is a separate issue.