Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ndk-gdb fails on Windows #1763

Open
jfgoog opened this issue Sep 9, 2022 · 1 comment
Open

[BUG] ndk-gdb fails on Windows #1763

jfgoog opened this issue Sep 9, 2022 · 1 comment
Labels

Comments

@jfgoog
Copy link
Collaborator

jfgoog commented Sep 9, 2022

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

@jfgoog jfgoog added the bug label Sep 9, 2022
@MarijnS95
Copy link

Fwiw the -f flag resulting in a type error is a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants