An android password manager based on Revelation Password Manager file format. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface on your smartphone.
Original Revelation password manager for GNOME can be found here:
https://revelation.olasagasti.info/
apt-get install openjdk-8-jdk
Go to http://developer.android.com/sdk/index.html You don't need to download ADT Bundle, just sdk. For example "android-sdk_r24.1.2-linux.tgz". After that you need to extract file by using tar:
tar -xzvf android-sdk_r24.1.2-linux.tgz
It will extract content of the archive to current directory.
cd android-sdk-linux/tools
./android
Check "Android SDK Build-tools" (22.0.1), suggested packages and click "Install"
apt-get install git
git clone https://github.com/OldSparkyMI/aRevelation.git
sudo apt-get install ia-32-libs
cd aRevelation
export ANDROID_HOME="path/to/android-sdk-linux"
./gradlew build
You can find .apk files in aRevelation/build/apk