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

can it use in android studio with lldb debug ? #186

Open
fujinggui opened this issue Dec 23, 2016 · 1 comment
Open

can it use in android studio with lldb debug ? #186

fujinggui opened this issue Dec 23, 2016 · 1 comment

Comments

@fujinggui
Copy link

In android studio ,I manual import entry.py , but when I type voltron init, error occur:

error: 'voltron' is not a valid command.
error: Unrecognized command 'voltron'.

command script import /usr/local/lib/python2.7/dist-packages/voltron/entry.py

@snare
Copy link
Owner

snare commented Apr 10, 2017

How did you install? With the install.sh script?

From the format of that error message, I'm guessing Android Studio embeds LLDB? What do the following commands say when you execute them in Android Studio?

(lldb) script import sys; print(sys.executable)
(lldb) script import site; print(site.getusersitepackages())

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

No branches or pull requests

2 participants