KMM Application iproject templates not displayed - android-studio

I set up trying to develop KMM development on Ubuntu 20.04 Android Studio 4.1.
The setup was done according to the procedure on the following site.
https://kotlinlang.org/docs/mobile/create-first-app.html
When I restart Android Studio, I don't see the KMM application project template.
OS: Ubuntu x64 20.04 LTS
Java:
openjdk 11.0.9.1 2020-11-04
 OpenJDK Runtime Environment (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04)
 OpenJDK 64-Bit Server VM (build 11.0.9.1+1-Ubuntu-0ubuntu1.20.04, mixed mode, sharing)
Android Studio: 4.1.1
Is the setting insufficient?

Make sure that you have "Kotlin Multiplatform Mobile" plugin installed and up to date.

Related

Android Studio AVD does not show Auto Emulator

I am following this official Android Tutorial :
Developing for the Android Automotive OS Platform
After have changed to true of the key in the studioFlags.xml
and restarted even the laptop
I still cannot see the automative emulator option as you can see from the screenshot
I am on this Native Environment:
Ubuntu 18.04, 64bit
Android Studio 3.5.2
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, sharing)
At the moment the Automative Emulator is still only available under the Android Studio 3.6 Beta 1 ( or > release )even if in the tutorial it mentioned 3.5 or superior.
Android Studio 3.6 Beta 1( called Android Studio Preview) or > is available here :
Android Studio Preview

New install of Android Studio 3.2.1 create basic project error

Android Studio 3.2.1
Build #AI-181.5540.7.32.5056338, built on October 9, 2018
JRE: 1.8.0_152-release-1136-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
When installing Android studio and then creating a basic project with a basic Activity this is what happens, look at the pictures:
Invalidating cache and Restart in the File menu makes no changes.
I uninstall Android Studio making sure all folders are gone like C:\Users\user.AndroidStudio3.2
Installing a fresh copy Android Studio 3.2.1 but still this error
ERROR OUTPUT
DUBLICATE MENU ITEMS
MISSING AVD and SDK
MAKE MAKE
Under Build, click on Build APK(s). If you do not have APKs installed, install them. There is Generate APK under Build too. Check your Gradle files for any added repositories you need to use. Also check that you have installed SDK of your choice.

Android studio 2.3.1 32bit "Please provide path to android studio"

I have installed a 32-bit version of Android studio 2.3.1 on my windows 7 32-bit machine which is "No Android SDK, no installer". I have tried the 1.8 GB version of Android stdio but it is not compatible with my system. After running it gives an error which is in 2nd snap shot.
Can anyone help me in resolving the issue of Android studio 2.3.1 32-bit:
"Please provide path to android studio".
I have tried the 64-bit version on 64-bit machine - it is working fine, but the problem is with 32-bit version.
There is no installer available or SDK along with android studio in 32bit version.
Extract the zip file downloaded, go to the "bin" directory and run the studio.exe file, it will start installing the android studio on your PC.
here's a link to download the 32bit version.
https://developer.android.com/studio/index.html
When it asks for SDK path,
Try this - C:\Users\Your Name\AppData\Local\Android\Sdk
Replace your name with the name of your PC.
You might consider this link as useful.
https://techglimpse.com/solution-fix-android-sdk-studio-error/

Mule Anypoint studio not working properly in ubuntu linux 16.04 LTS

I installed jdk 1.8 and set the JAVA_HOME variable in my ubunut 16.04 LTS machine.
After that I downloaded Anypoint studio and extracted the files in it. Then when I run the studio it is getting opened properly. But remaining controls seems not working properly.
For example, When I click on windows->preferences and searching for 'JRE', it is not searching at all. Did anyone has same/similar issues?
You should check and see if Anypoint Studio supports Java 8 currently. I just switched to version 3.8 and my Studio seems to "want" Java 1.7. I have version 8 Java on my machine but I noticed that the latest version of Anypoint Studio (using 3.8 Mule EE) wants to use 1.7. I tried to select my 1.8 Java and it said that Anypoint Studio would still be using a compiler compliance level of 1.7.
Go read the documentation on the Mule site.
HTH

Java - regarding Android Studio alongside PyCharm

I'm running LinuxMint and developing in Android Studio while using PyCharm for a class so I can code in Python. I have openJDK7 installed and I'm currently using it for both Android Studio and PyCharm. Whenever I open Android Studio, though, it complains and says that I should use the Oracle JDK, not OpenJDK. Is there a way to install multiple versions of Java and update the environment variables so that Android Studio uses the Oracle JDK and PyCharm sticks with OpenJDK? Or would it make sense to use the Oracle JDK for both?
Thanks in advance!

Resources