Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 508 Bytes

Rust Love Android

prerequisite

  • java should be available as command
  • jadx is used by some commands, but it's optional

installing jadx by homebrew will download openjdk, you need to uninstall it if you want to use oracle jdk

  brew install jadx
  brew uninstall --ignore-dependencies java
  # edit `which jadx` && `which jadx-gui` to remove JAVA_HOME check

usage

rla --help