October 21, 2024
Chicago 12, Melborne City, USA
Android

Failed to install the following Android SDK packages as some licences have not been accepted in Kotlin

I’m stuck with my Kotlin Android project. I’m trying to run it but it says: Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-34 Android SDK Platform 34 build-tools;34.0.0 Android SDK Build-Tools 34 To build this project, accept the SDK license agreements and install the missing components using

Read More
Android

Custom Link not clickable on android (react-native)

I have created custom links for my react native app in this format exampleApp://feed/:feed-id, they work fine on ios but when I share them on android they don’t appear clickable on messages or whatsapp or anywhere else. What can I do so they appear as links and become clickable. I cannot host the urls on

Read More
Android

Google Maps capture with html2canvas failing on android

I have been trying to implement google maps capture within a mobile application that I am developing. This is implemented using ionic and capacitor as a framework. Plugin versions: 6.0.1 Ionic version: 7.2.0 Android V: 11.0 Now the development works on chrome, when I run the ionic web debug I can export the capture to

Read More
Android

android studio sync fails while ./gradlew works just as fine

I am trying to sync and build Jetchat project which is a part of jetpack compose samples. I cloned the repo and tries to sync it using android studio. he problem is that when i want to sync it android studio shows error like this. A problem occurred configuring root project ‘Jetchat’. > Could not

Read More
Android

java.lang.NoClassDefFoundError: com/tinder/scarlet/messageadapter/builtin/BuiltInMessageAdapterFactory

I’m developing an application using websocket api and in order to implement it properly, I’m using Scarlet library because it’s so similar to Retrofit but I keep getting this error. I use the 0.2.5-SNAPSHOT version of this library and trying to use coroutines. Here is my code for Scarlet configuration: val loggingInterceptor = HttpLoggingInterceptor() val

Read More
Android

java.lang.RuntimeException:Unable to get provider com.rachittechnology.TheCriminalLawAct2013.NXcX7M: java.lang.NullPointerException: key can't be null

We published a new version of app v1.67 on google play store and its approved and live. There are no errors on play store console for the latest release. However after we published new version, we started seeing multiple errors on firebase crashlytics console ( also receiving emails on the same ) for v1.66. Our

Read More
Android

Facebook live comments link has already not available?

I have used the link of "https://streaming-graph.facebook.com/%7Blive-video-id%7D/live_comments?access_token=%7Baccess-token%7D" to get live comments ,but the responce backs me 404 code and message is Response{protocol=h2, code=404, message=, url=https://m.facebook.com/melivevideoid/live_comments?access_token=metoken. how can I solve the problem? I just use the sample of facebook live comments ,and I am developing for Android Okhttp sse,so what can I do? Sample code: class

Read More
Android

Inquiry on Actively Maintained Open Source Chart Libraries for Android?

In light of the fact that MPAndroidChart has not seen any updates since 2019, I am exploring alternatives for actively maintained open source libraries for Android that offer robust support for both 2D and 3D chart visualizations. As data visualization is a critical aspect of many applications, it is essential to identify libraries that not

Read More
Android

While images appear in debug and release mode in my Xamarin android application, images do not appear when published in aab format.aab

I have a Xamarin android project. I tested it in debug and release mode, the images appear, the application works fine. But when I publish it to Google Play (I create and publish the package in .aab format), none of the images, not even the icons in the tabbar menu, appear. What am I doing

Read More
Android

Android Studio Setup

I am experiencing an issue with Android Studio where the download progress is not being displayed. Despite waiting for over 20 minutes, the status remains stuck on “Preparing,” and no progress bar or percentage is shown. This makes it difficult to determine if the download is proceeding or if it has stalled. I have verified

Read More