Treceți la conținutul principal

Postări

Se afișează postări cu eticheta android studio

ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

 When you install a new version of Android Studio Eel (electric) and when you are trying to setup for flutter app development in your android studio, you might get an error in your terminal. Android Studio  Unable to find bundled Java version. There are many solutions found for Windows or  Mac OS  on internet to resolve this error -- but i am specifically making this video to resolve this error for Linux user. I am using Ubuntu 22.10 kinetic  Solution: Go to your Android Studio folder, find folder named jbr, copy all content folder, and if you don't have, create a folder named jre and copy in jre folder, all contents from jbr folder. Case close. Error solved. [!] Android toolchain - develop for Android devices (Android SDK version 33.0.1)     • Android SDK at /home/agatarshu/Android/Sdk     • Platform android-33, build-tools 33.0.1     • ANDROID_HOME = /home/agatarshu/Android/Sdk     ✗ No Java Development Kit (JDK) found; You must have the environment variable JAVA_HOME set and th

Configuration 'compile' is obsolete

Configuration 'compile' is obsolete  Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018 If you have this message you need to change compile with implementation. fig.1 compile is obsolete fig.2 chnage compile with implementation