[JAVA] Riot (chat app) development (settings) in Android Studio

Introduction

I was interested in developing an Android application, so I will write it as a memo.

How to install Android Studio

For the time being, about the installation of Android Studio required for Android development. (Windows environment)

Let's download Android Studio. 1_ダウンロード画面.png

-A little omitted (added later)-


Problems with downloading Riot from GitHub and running it in Android Studio.

Problem 1. I think there was something, but I forgot ('ω')

Problem 2. Connecting to Firebase at compile time? I get an error.

―――――――――――――――――――――――――――――――――――――――――――― Could not find firebase-iid-interop.aar (com.google.firebase:firebase-iid-interop:16.0.0). Searched in the following locations: https://jcenter.bintray.com/com/google/firebase/firebase-iid-interop/16.0.0/firebase-iid-interop-16.0.0.aar ――――――――――――――――――――――――――――――――――――――――――――

I can't find Firebase. I think that's what it means. What is Firebase? (# ^ Ω ^) → A service that handles mobile and web backend processing. (Convenient!)

・ For the time being, register Firebase on Google. -Place the downloaded json file "directly under root". (Where there is build.grase) -Search the net and change build.gradle. I thought I'd try it, but it looks like it's already set. -Compile I get the same error (No Д`) -I didn't understand the Firebase settings, so I skipped it. (I don't use it because I just want to move it temporarily, so ...) → Commented out the relevant source! !!

⇒ Lack of knowledge is revealed. .. .. ..

Problem 3. Git related.

―――――――――――――――――――――――――――――――――――――――――――― CreateProcess error = 2, The specified file cannot be found. ―――――――――――――――――――――――――――――――――――――――――――― That's right because I haven't set up git. "Correspondence" -Comment out around git of build.gradle. (This is also not necessary at this time) -Compilation is complete! !!

moved! !! !!

Recommended Posts

Riot (chat app) development (settings) in Android Studio
Notes in Android studio
Android app personal development kickoff
ROS app development on Android
Automatically insert `@SuppressWarnings` in Android Studio
OkHttp3 (GET, POST) in Android Studio
Problems with android studio development series
What Android development beginners did before releasing the app in 2 weeks
I tried to create a simple map app in Android Studio
Introduction to Android App Development 1 Installing JDK and Android Studio for mac
Trial and error to display national holidays in Android app development. Part 2
Face recognition app with OpenCV + Android Studio
Java to C and C to Java in Android Studio
How to use ExpandableListView in Android Studio
3 ways to import the library in Android Studio
Use the JDK used in Android Studio in the terminal
Android Studio development for the first time (for beginners)
Get your version number in the Android app
Difficulties when implementing Alarm Manager in Android Studio
Android weather app
Chat app production
Android Development App_Preparation
I tried using a database connection in Android development
Android development, brightness adjustment in HSV from RGB color,
Output settings to debug console in Visual Studio Code
I got a cannot resolve symbol in Android Studio
Asynchronous processing and Web API integration in Android Studio
Android app development points that old-fashioned programmers stumbled upon
App development beginners tried to make an Android calculator app