python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to import aar or jar file in new Bumblebee Android Studio?
Android Studio 4.2 had a Reveal in Finder and you could import your aar file, but now ,in Bumblebee I don't know that how should import aar file.
nazanin
Votes: 0
Answers: 0
What is gradle artifact transform task and why it takes so long?
I ran the profiler for my build, and under Artifact Transform tab, I can see different times taken by the transform tasks.
First I thought that the 1m16.09s mark was that the process finished 1m after...

htafoya
Votes: 0
Answers: 0
Android Licensing plugin I have being remaking has logcat error: java.lang.ClassNotFoundException, only on release build not development build
So I have being trying to make this plugin work:
https://github.com/Unity-Technologies/GooglePlayLicenseVerification
Really I'm surprised of how much of challenge it's being since this is suppose to b...
Cavern head
Votes: 0
Answers: 2
Using android Hilt in a Library (aar)
I created a library using Hilt. it is working fine in standalone app, but when I tried to integrate in a client app, it start giving Error
java.lang.RuntimeException: Unable to start activity Componen...
Jitendra Prajapati
Votes: 0
Answers: 1