dnf install compat-libstdc++-296.i686 compat-libstdc++-33.i686 compat-libstdc++-33.x86_64 ncurses-libs.i686 zlib.i686 (Otherwise, you will have the “Unable to run mksdcard SDK tool” problem)
Download Android Studio from https://developer.android.com/sdk/index.html
Extract it.
Open a terminal and cd to the extracted Android studio path
cd to the bin folder inside Android studio folder
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-38.b14.fc22.x86_64/ sh studio.sh
The above sentence must be run in one line. (you may need to adjust the version. use “alternatives –display java” command to locate your correct path)
Follow the on-screen instruction.
You are done.
Use the command in step 9 whenever you want to start Android Studio.