LoginSignup
2
0

More than 5 years have passed since last update.

MacにHomebrew入れてdex2jar動かすとこまで

Posted at

Macでdex2jar動かしたかったけど準備が面倒そうだったので
パッケージマネージャーのHomebrewをまずインストール

公式:https://brew.sh/index_ja.html

ターミナルから↓を実行

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

==> Installation successful!

とか表示されてたらたぶんオッケー

$ brew doctor

として

Your system is ready to brew.

と出たら準備おk

続いてHomebrew経由でdex2jarをインストール。同じくターミナルから↓を実行

$ brew install dex2jar

classes.dexファイルを引数に実行。パスが通ってなければ通すかフルパスで

d2j-dex2jar classes.dex
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0