android-gradle tag

2 questions


1 answers
135 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
133 views
0
How to use Facebook sdk in android studio.

I'm following the link . When I run the application, the warning window appears as below.Gradle: module 'facebook' won't be compiled. Unfortunately you can't have non-Gradle Java module and Android-Gr...


© 2024 OneMinuteCode. All rights reserved.