How to add the Database packages to the Andriod studio. Where can add to resolve this problem
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Ramya834
we can easily add the database package to the Android Studio to implementing RealTime database projects in java
Here are the steps to follow to set up the database package for the Android studio
Step-1: search the latest version of the database package and copy that package
Step-2: Open your Android studio -> goto Gradle scripts ->click on build. Gradle module(app) -> make sure that you are in the app module section.
Step -3: Add the database package to the build. Gradle section -> and click on sync now option at Top-right corner in the Android studio
After syncing, you can use this package in your project files
Tech savvy
Hello