Android Studio is an
IDE made by Google for developing Android applications. It is an alternative to Eclipse with the Andriod plugin installed. It works quite well under Fedora 20 as long as you install the required dependencies. Android studio requires some i386 libs to be installed that aren't on x86_64 systems by default. To install them:
yum install glibc.i686 zlib.i686 libstdc++-devel.i686
Once that is completed finish installing Android Studio using
Google's directions.