Redex

Redex

なんか足りない気がするので備忘録

先にpython3.0.1をpyenvでも使ってインストール
python download

redex (github)

$ git clone https://github.com/facebook/redex.git
$ cd redex
$ git submodule update --init
$ autoreconf -ivf && ./configure && make && make install

やりかたは

$ redex app.apk -o app-redex.apk