October 21, 2024
Chicago 12, Melborne City, USA
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
Android

ThumbnailUtils.createVideoThumbnail() can not get bitmap

I test many file formats for this, e.g. avi、flv、wmv…, but all of this get null bitmap: String aviPath = "xxxx.avi"; Bitmap bitmap = ThumbnailUtils.createVideoThumbnail(aviPath, MediaStore.Images.Thumbnails.MINI_KIND); and had log like this: java.io.IOException: Failed to create thumbnail, can’t open xxx.avi。 Is it means that these file formats can’t be supported now? or using it wrong? You need

Read More
Android

React Native application stuck on Expo logo screen after building using eas

I’m facing an issue when building my react native application using eas. The application worked fine without any issue while running with expo normally, but now when building the application in the android emulator the app get’s stuck in this screen. In the Expo build dashboard the building process goes well without any error, so

Read More