android-studio tag

159 questions


1 answers
67 views
0
Google Play Services - Could not find dependency

We are developing it on Android.com.google.android.gms:play-services-location:15.0.1When I try to put location in the gradle above, I get an error.The older version of 11.0.2 goes in without any probl...


1 answers
112 views
0
Implementation of "Share to Facebook" in web view apps

I am working on creating an app for the first time.We are trying to implement share to Facebook from the Android app using web view. * It's a self-made button.Because I don't want to use the official ...


2 answers
90 views
0
Unable to Launch Image Asset in Android Studio

I am using Android Studio Version 3.2.1.Normally, you can launch the Image Asset using the following steps:The item in the Image Asset itself does not appear, so it cannot be started.AndOpen the Andro...

1 years ago

1 answers
72 views
0
Build Error Running ProGuard on Android Studio

Enable ProGuard on Android Studio and ./gradlew assemblyReleaseWhen building with the above command, the following error occurs:FAILURE: Build failed with an exception.What was wrong: Execution failed...


1 answers
83 views
0
Canonot resolve symbol fasterxml

If you synchronize with the code shown below, the event log will display the following errors:Is there something missing?error message Gradle sync failed: Could not find method compile() for arguments...


2 answers
112 views
0
I want to run the Flutterfire_master sample code on Android Studio.

https://github.com/FirebaseExtended/FlutterFireDownload the sample code folder (flutterfire-master) on the above page and I'm trying to get it done, but I don't know how to do it.As a trial, flutterfi...


1 answers
88 views
0
Attempt to Invoke virtual method'byte [ ] The error android.os.Bundle.getByteArray~ occurs.

On Android, I write the process of receiving images from one activity to another, but when I return to my parent's activity, I get the following error, but I don't know why.Please tell me the solution...

1 years ago

1 answers
110 views
0
Differences Between IntelliJ IDEA and Android Studio

I used to develop Java in Eclipse, but I was interested in it, so I installed Android Studio when I was developing Android.Personally, I like it a lot, but when I tried to develop Java again, I realiz...


1 answers
101 views
0
Title acquisition in Android WEB view is strange when you move from page to page.

Using WebView to create RSS readers.I would like to use getTitle() to keep the information on the page I am currently viewing and bookmark it.GetTitle does not work properly after page movement.Out of...


2 answers
87 views
0
Android App Development ~ Loading Existing DBs~

I have a question about how to use DB for Android app development.実現What I want to realizeInstead of creating a DB in the app, you can import an existing DB into the app and use it.疑問Question1, When I...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.