I am having trouble using Android Studio for a pure Java project, I wondered if someone could help please?
I am trying to follow the following steps in a Heroku Java/Gradle tutorial: https://devcenter.heroku.com/articles/getting-started-with-gradle-on-heroku#push-local-changes
I am trying to use Android Studio to compile and run the example code here: https://github.com/heroku/gradle-getting-started
I am trying to use the steps here for a pure Java project in AS (although doesn't seem very relevant for AS 2.3.3): Android Studio: create Java project with no Android dependencies
The project doesn't seem to get the dependencies right. The code doesn't compile because it doesn't recognise the ratpack folder as a dependency:
I wondered if anyone had any advise or suggestions? I am wary of changing the code or project structure as it is Heroku tutorial code so should still work when deployed to Heroku.
Cheers, Riz