eclipse - How to update a legacy Android project using Android Studio without using Gradle -
I have an old project using Eclipse Now, I want to use Android studios to continue development I'm (for better IDE), but I do not want to use Gradle.
When I open, I was able to create / debug the project using a legacy project using Android studio, but to update an existing jar in the libs folder There is no way of getting it.
What I found on the interweb is that I'm Graddle, but I still do not have a grade file, so instead of using Gradle, the new version of the jar in libs Is it possible to change?
Comments
Post a Comment