• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Setting up Android Studio from scratch

Grr1

Lurker
Hi all,

I have recently moved from uploading my apk files directly to Gplay to using Android Studio.
I'm having major issues with Gradle not updating from version 3.2 and finding clear and easy to follow instructions about other aspects of the set up. Also issues with JDK suddenly not being detected.

Does anyone know of some good up to date tutorials for beginners? Just getting really frustrated as I've spent a lot of time following official steps and havn't gotten anywhere.

I have Unity apps that need to be updated and would appreciate any help.
Happy to post screenshots if that helps?

Cheers
 
What's your gradle upgrade problem?
Yes screenshots would be useful.
 
Hi,

Thanks for the quick reply.
Please see the screenshots below.

Gradle error.JPG Gradle shows v5.5 and Gradle location.JPG JDK.JPG

Please let me know if you need any others. I'm not sure what exactly would be useful.
 
Hi,

Thanks again for the quick reply.

I'm not really sure where this is?
Just googled and it's meant to be in the folder but it's not.
How would one add it in? Is this something that needs to happen on Unity's end?

Attached is the Project structure.
 

Attachments

  • TestApp.JPG
    TestApp.JPG
    48.5 KB · Views: 119
Sorry but I have no experience with unity projects, or how to import them to android studio

Build.gradle is an essential configuration file that is created for you when you make a new project
 
Hi,

Thank you again for all the help.

So I had to set up for Gradle to be present in my unity file. Done! :)
Please find the screenshots of the gradle.build and gradle wrapper docs in the attachment.

Building the Android Bundle gives me a Gradle Plugin error.
When I try to update the gradle plugin nothing happens.
 

Attachments

  • gradle wrapper.JPG
    gradle wrapper.JPG
    50 KB · Views: 122
  • build_gradle.jpg
    build_gradle.jpg
    38.2 KB · Views: 125
  • Gradle Plugin error.JPG
    Gradle Plugin error.JPG
    31.4 KB · Views: 200
Sorry but I have no experience with unity projects, or how to import them to android studio

Build.gradle is an essential configuration file that is created for you when you make a new project
Hi there, just wanted to know your thoughts now that I have the gradle.build ready?
 
Back
Top Bottom