Category "android"

Error:Plugin with id 'com.github.dcendents.android-maven' not found

I'm using this library in my Android app. (https://github.com/yazeed44/MultiImagePicker) Before now, I was adding it to my project this way: compile 'net.yazeed

UnitTest JSONObject shows null

I have got a problem connected with JSONObject. @Test public void toUrlTest() throws JSONException { String url; JSONObject json = new JSONObject();

React Native -- Could not determine the dependencies of task ':app:mergeDebugAssets'

I'm trying to run my project with the npm run android command and it throws this error for me: info Running jetifier to migrate libraries to AndroidX. You can d

How to solve Android Error type 3?

Below manifest formation I am using into my project but whenever I am trying to run my emulator, I am getting below mentioned error. please give me a exact solu

fix net::err_unknown_url_scheme whatsapp link on flutter webview #101145

am using the flutter webview plugin. the problem is that there is a WhatsApp pop-up from the webpage and if I click on the WhatsApp icon from the webpage it dis

How to highlight SQL syntax of Room Dao in Android Studio

With new Room, How to highlight SQL Syntax in Dao Interfaces? For example @Query(SELECT * FROM user) is it possible to highlight the words SELECT, FROM with a

How can I add a ListBoxItem programmatically?

I could only find how to create a ListBoxItem by clicking on the component -> Items Editor. How can we create programmatically a ListBoxItem using Firemonke

Android App crashes on older devices

My app works perfectly on my phone. On some older devices it crashes though: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.blub.bla/co

Progress bar does not fit the background drawable

I'm working on a horizontal progress bar and the progress does not seem to be fitting the drawable image. It starts after like 5dp. This is my code. <SeekBar

Error:Unknown host 'dl.google.com' You may need to adjust the proxy settings in Gradle

I am getting this error in android studio 3.0. Unknown host 'dl.google.com' You may need to adjust the proxy settings in Gradle I have checked my auto pro

NDK: how to build a lib, so that app can work on arm(s), x86, etc.?

I never used c++ for android and NDK before. When I use it for - say - image processing I want to be sure app will work on all devices with android 2.2 and high

Compose - NavHost recomposition multiple times

During navigation from Navhost, I found out that the composable screens are getting recomposition multiple times. Because of it, my ViewModel is calling API dat

You may need to restart any open editors for them to read new settings

Unable to locate a development device; please run 'flutter doctor' for information about installing additional components. In android studio, while running my

Project already contains module with this name -- Android Studio

I had successfully imported a Module in my Application project in Android Studio. Then I deleted or removed the module by following the below link: How to dele

Android N notification title and icon color is darker

When showing a notification in android N and O it shows like this You can change the top color of the icon and the app name by using setColor method of the No

iptables moving rule in a list

i have 2 rules of iptables iptables -A INPUT -s 5.5.5.5 -j DROP iptables -A INPUT -s 6.5.5.5 -j ACCEPT is there a function or a command that will swap the

Android ADT Eclipse (Juno) How to apply Dark UI Theme?

Hello I downloaded the Android ADT (Eclipse) I have found this theme: https://github.com/rogerdudler/eclipse-ui-themes The instructions provided are as follow

IP tuntap command can't open tun

I want to create a TUN interfae I type command in adb like below mkdir -p /dev/net busybox mknod /dev/net/tun1 c 10 200 chmod 666 /dev/net/tun1 ip tuntap add d

Could not resolve com.amitshekhar.android:android-networking:1.0.2

i am trying to import network library , but android studio shows up with this meessage:ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Co

Applovin Template native ad in recycler view adapter

I need help implementing Applovin native ads in recycler view. I cannot find any references on how to implement app lovin native template ads in recycler view a