Android

MissingMethodException: No signature of method

Posted on

When running a Flutter app, I faced this issue Caused by: groovy.lang.MissingMethodException: No signature of method I see above error message is not clear to where exactly issue causing the issue. Issue happening in build.gradle To resolve the issue, you need to remove the lint code. after removing those lines Im able build app. below […]

Android

Using WebView from more than one process

Posted on

Using WebView from more than one process at once with the same data directory is not supported. I faced above issue when launching app, its a Native Android app having integrated Flutter code. Below I explain the details and fix for the issue. To integrate in Flutter app in to Android Native app. I have […]

Android

Android Studio Quick fixes 1

Posted on

Here I wanted to give Quick fixes that i faced in work. Issue 1 Faced below issue when run a gradlew command in Android Studio Terminal. Solution To Solve this issue, You need to run below command. Issue 2 Solution To resolve this issue, you need to add below code in project level gradle file […]

General

How to enable Hibernate PC on Windows 10 OS

Posted on

Hibernate PC Hibernate PC saves electrical power. After hibernating, the hardware is powered down like a regular shutdown. Hibernation is a means of avoiding the burden of saving unsaved data before shutting down and restoring all running programs after powering back on. How to put PC Hibernate Click on Windows Start button – > And […]