i'm trying to publish my new app on google play. but i'm confused about app status... in dashboard pages, app status showing DRAFT but why? is that a problem? w
Google now recommends using the AndroidX libraries over the older support libraries (read here), yet each time I start a new Android project in Android studio,
My Android Studio claims that declaring the package in the manifest like this is deprecated: <manifest xmlns:android="http://schemas.android.com/apk/res/andr
I trying to install cmake (3.10.2) using following command on Ubuntu /opt/android-sdk/tools/bin/sdkmanager --install "cmake;3.10.2" But getting Warning: Fa
I just come across this issue in a newly created react native project. I'm using node 14.17.0 via nvm. And running yarn start worked just fine from the Mac term
I've built an app with Android Studio and Flutter and wanted to generate a signed APK. When I go to Tools->Flutter->Open Android module in Android Studio,
My Android Studio project worked correctly, after restart project i got this error : Caused by: org.gradle.api.UncheckedIOException: Failed to create direct
When I try to compile my project I received the following error: C:\..\MainActivity.java:47: error: cannot find symbol adView = findViewById(R.id.home_banne
My Flutter Project won't run on the ios simulator and is throwing this error: Launching lib/main.dart on iPhone Xʀ in debug mode... Running Xcode build...
I've got a project that is working fine in windows os but when I switched my laptop and opened an existing project in MacBook Pro M1. I'm unable to run an exist
I just downloaded Android Studio, so everything is freshly installed but I keep getting the error Emulator process for AVD was killed, : HAXM is installed, but
Earlier we were using Android API level 28 with minSdkVersion as 19 in config.xml and the app was available in the play store. Recently we updated the android v
I get the following warning when I want to use @AndroidEntryPoint which is a property of hilt in my project. Expected @AndroidEntryPoint to have a value. Did y
Trying to update my app from jcifs-1.3.19 to the latest jcifs-2.1.29 I have changed the appropriate code, adding the "necessary" jars to build.gradle <see a
I am creating an application with a login username and password and I want to store the password in encrypted form in SQLite I do not how how to achieve this ta
I just updated my Android studio to the version 2021.1.1 Canary 12. After struggling to make it work, I had to also upgrade my Gradle and Gradle plugin to 7.0.2
I use the latest release of IDEA (now 2021.2.2) to develop the backend (and running tests) and the latest of Android Studio (now 2020.3.1) for the mobile app. W
I am facing this exoplayer not found error in video android studio application after I updated my project dependencies. I don't know how to update old Exoplayer
This is my first time using Android Studio, and I'm trying to run my first Hello World app, But when I open Android Studio, and it's trying to build the Gradle,
I'm new to coding, put already in a lot of hours and feel like I'm progressing step by step. However, I've encountered a problem that I was not able to solve ev