gradle tag

30 questions


1 answers
98 views
0
Unable to resolve Sync in build.gradle

When I updated the Kotlin version from 1.1.4-3 to 1.2.41 in the Android project, the gradle Sync stopped working.When running SyncFailed to resolve:firebase-analytics-implFailed to resolve:play-servic...

1 years ago

1 answers
55 views
0
Library Split Offerings

These days, I think aar and jar are often published on jcenter and maven central, but I'm looking for a way to partially publish libraries like Google play services.If you only want to publish it sepa...

1 years ago

2 answers
102 views
0
Import Facebook SDK in Android Studio

Error: (10) Plugin with id'com.android.library'not found.When I imported the Facebook SDK from the Import Module on Android Studio, I got the above error when I synchronized with Gradle.The cause is u...


1 answers
70 views
0
Unity -> Cannot print apk with "Error: MethodHandle.invoke and MethodHandle.invokeExact are only~" when building a release on AndroidStudio

Unity 2017.4.10 f1Admin:Google Mobile Ads Unity Plugin v3.15.1 (latest)AppLovin: GoogleMobileAdsAppLovinMediation-4.0.0.zip (latest) In the above environment, modify build.gradle and Manifest as appro...


1 answers
96 views
0
Native-platform.dll fails to load after installation

After installing Gradle, when I ran the version verification command through the path at the command prompt, an error message similar to the following appeared:I looked up this error online and found ...

1 years ago

1 answers
83 views
0
An error occurs during compilation. flutter, firebase app (developed on Android Studio)

When I start the app with Run, I get the following error:● Error contents Launching lib\main.dart on Android SDK build for x86 in debug mode... Initializing gradle... Resolving dependencies... Finishe...


2 answers
128 views
0
I don't know how to create multi-projects in Eclipse

I would like to create an Android application with Eclipse.The server side will also be created with Java+Spring.I would like to communicate between Android and the server using JSON, so I am thinking...


1 answers
110 views
0
How to add library files in an Android studio

I'm going to use the Gson library to serialize/deserialize JSON objects in the Android studio. Library enclosures are not working. I created a new project and put the gson-2.2.3.jar file in the libs f...


1 answers
108 views
0
I want to release a signed apk file using Gradle on Android, how do I do it?

I want to make a signed apk file on the Android Gradle build, but I'm not sure if the code below is correct. What did I miss out on the gradle build?android { ... signingConfigs { release { storeFi...


1 answers
56 views
0
It's a problem when I try to link Google Calendar API in my application on Android.

http://webnautes.tistory.com/523We followed the process on the site above.I needed to use Google calendar api in the team project, so I was linking it.I've solved most of the other parts by searchingB...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.