New build with Gradle?
Possible to get a new version using Android Studio and Gradle?
An example using Android Studio can be found here: https://www.cloudamqp.com/blog/2015-07-29-rabbitmq-on-android.html
while that is great, the link to download the complete project takes me here unfortunately. I am very new to Android, so the actual tutorial is not enough for me.
closest to present day this fork https://github.com/crojasaragonez/android-example/tree/master/Androidexample
There is a problem with your example. It is written in order to transfer knowledge to beginners who are not familiar with your library.
Your code is designed so that a newbie can't just take and run your example. In order to run your example you need to have knowledge much greater than what you are trying to convey.
By the time the user is able to independently adapt and run your code, he will have enough knowledge to just read the documentation.
Therefore, your example is absolutely useless.