Raising Image Flutter Card
i'm new to flutter and i wanted to create simple design for menu app as shown in image below ... i tried below code but it didn't give same design, is there any way to achieve it? Image Here MaterialApp(…
i'm new to flutter and i wanted to create simple design for menu app as shown in image below ... i tried below code but it didn't give same design, is there any way to achieve it? Image Here MaterialApp(…
Facing this error (Could not get unknown property 'kotlin_version' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler) following is the build gradle code. plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' } android { namespace 'com.example.forpfl2' compileSdk 33 defaultConfig { applicationId "com.example.forpfl2" minSdk 16 targetSdk…
Problem: I am working on developing an application in android studio, and was able to install application on my physical device(One plus nord) up until recently when i downloaded and installed a new software update on my phone. Since then…
I am developing a step counter app in Android Studio in Java, the counters are all working fine, I have added a button which would reset all the counters to 0, but when I click the reset button the counters…
I am getting this error when building my project: Unsupported Java. Your build is currently configured to use Java 19.0.2 and Gradle 7.5. Possible solution: - Open Gradle wrapper settings, change `distributionUrl` property to use compatible Gradle version and reload…
When formatting this code block (from the Kotest documentation), Jetbrains Intellij or Android Studio adds a lot of unnecessary white space. Original code: class MyTests : FreeSpec({ "String.length" - { "should return the length of the string" { "sammy".length shouldBe…
I can't add TabLayout because it removes everything that is on design tab and it won't even show up in Component Tree. (https://i.stack.imgur.com/ncd27.png) Tried to Repair IDE but that doesn't work. Issue panel only shows that there are missing constrains,…
“The emulator process for AVD has terminated” - I am getting this error I am using windows 11 home Android studio version is electric Eel 2022.1.1 I installed hyper-v and virtualizations are enabled in bios setup I have more than…
Execution failed for task ':app:checkDebugDuplicateClasses'. A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.0 (org.jetbrains.kotlin:kotlin-stdlib:1.8.0) and kotlin-stdlib-jdk8-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21) Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations found in modules kotlin-stdlib-1.8.0 (org.jetbrains.kotlin:kotlin-stdlib:1.8.0) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21) Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations$ReflectSdkVersion found in modules kotlin-stdlib-1.8.0…
So we have an android native project, mostly in Kotlin. Separately we also have a small scene in Unity that we wanted to import. We've been able to export the Unity project as an Android project, build it, and then…