Proposal for an Android Studio branch; a trial migration to Android Studio project, Gradle.
The Eclipse project has been successfully converted by Android Studio and I have made some modifications to the gradle build files so that Android Studio can now be used to build FBReader.
The project builds and FBReader runs perfectly in the simulator/nexus 5 after manual compilation of NDK sources (eg: >ndk-build -C %userprofile%\AndroidStudioProjects\FBReaderJ\fBReaderJ\src\main\jni). This branch can then be used by devs who would like to contribute to FBReader without using Eclipse (which, for all intents and purposes, is now deprecated).
In fact, with a bit of cleanup, the project could probably be moved completely to use Android Studio from now on instead of Eclipse. At the very least, this branch would allow new devs to be able to work on fixing bugs/contributing to features using Android Studio and then commiting their changes to both master and android_studio branches.
Does this sound good?