You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since madb is not an application that uses Vanadium internally, it should be able to run on Windows as well. Android apps could be developed on Windows as well, so ideally madb should work on Windows fine.
There are a few known places where madb uses some platform specific code.
getting the user home directory (should use user package in the go library, and not rely on $HOME variable)
textutil library
The text was updated successfully, but these errors were encountered:
Since
madb
is not an application that uses Vanadium internally, it should be able to run on Windows as well. Android apps could be developed on Windows as well, so ideallymadb
should work on Windows fine.There are a few known places where
madb
uses some platform specific code.user
package in the go library, and not rely on$HOME
variable)textutil
libraryThe text was updated successfully, but these errors were encountered: