Can't click New/Import UI Packages - android-studio

I installed Relay plugin for Figma and Android Studio, configured it as in manual. I open Android Studio and can't tap on menu New/Import UI Packages. This button is disabled.
Button is disabled
I tried to search in web but can't find answer.

the reason is that you didn't add the relay plugin to your grade settings.
Check Install the Relay Gradle plugin section https://developer.android.com/jetpack/compose/tooling/relay/install-relay#install-relay

Related

why LogCat and AVD Manager missing in Android Studio when flutter project is opened

In Android Studio 3.5.3 , the menu Tools->AVD Manager and View->Tools Windows->Logcat is not available when a newly(or existing) flutter project is opened.
I looked at https://github.com/flutter/flutter-intellij/issues/2159 , and
<module type="JAVA_MODULE" version="4">
is in the outer most iml file.
Please suggest how to find/enable it. For now I have to open an Android project to open these two menu items.
LogCat won't appear for a flutter project and does not seem to be available to enable in the current version of Android Studio. If you open an Android project in another window, THAT window will have LogCat which can be connected to the device you are trying to debug.
AVD Manager does not have a menu item in Flutter but is available from an icon in the toolbar. See picture.
It's also worth checking out DevTools, which opens up in the browser, as an additional (not LogCat) debugging resource. The button to this is found in the Run Window when you are running an app.
There two ways to find or unable it
1. Go to the View-> Tool Windows and you can choose whatever you want to put in Tool WindowBar
2. Go to the View-> And Tick or select on Tool Window Bars
After doing that you can see the logs for particular apps, And for AVD manager...
Go to the Tools-> AVD Manager

Standalone SDK Manager option in Android Studio 2.3

I have recently updated Android Studio from 2.2.3 to 2.3. Now can't see the option "Launch Standalone SDK Manager", which is useful to check for updates, google play services, etc.
It is a deprecated feature: https://code.google.com/p/android/issues/detail?id=235625 There is an option in Android Studio to "Show Package Details".
For manual SDK and AVD management, please use Android Studio.
For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager
See also: https://www.reddit.com/r/androiddev/comments/5x6adh/android_studio_23_is_now_available_in_the_stable/deg48lj/
Even I had this issue when I updated to Android Studio 2.3
Click on Configure on the bottom left side
Select the Check Box to Show Package Details on the bottom left side
Move between the different tabs as per your requirements.
Can't working on Android Studio 2.3.3
On Mac :
/Users/YourAccount/Library/Android/sdk/tools
click android, you'll see standalone SDK manager
On Windows :
C:\Productivity\android-sdks\tools
double click on android.bat, standalone SDK Manger will be launched (see image below).
As the standalone sdk manager has been deprecated in favor of studio builtin sdk manager, there's a workaround to get back the standalone sdk manager.
Step1.
Download command line sdk tools for your platform:
http://dl.google.com/android/installer_r24-windows.exe
http://dl.google.com/android/android-sdk_r24-windows.zip
the links refer to an old distribution intentionally (see note below).
Step2.
Copy the SDK Manager.exe, tools/android.bat and tools/lib/archquery.jar into your existing sdk to which android studio is currently being pointed.
Step3.
Run SDK Manager or tools/android.bat and you will get back your beloved standalone sdk manager while having latest android studio > 2.3
Note
if you download latest command line tools for sdk, you wont be able to find the archquery.jar which is required to run the standalone sdk utility.
In this latest version (2.3.1 and 2.3.1+), after some digging, I found a faster way to open AVD and SDK: In the welcome interface of Android Studio, after pressing CTRL+SHIFT+A, a search box will jump out, then you can input "AVD", the AVD manager will come out. To open SDK is the same way.
However, AVD does not work in the welcome interface but SDK works. If you want to use CTRL+SHIFT+A to quickly open AVD you must create a new project and open AVD in the project interface.
If you are a Xamarin user, you can install the Xamarin Android SDK Manager, available on the Visual Studio Marketplace which will give you an interface like this:
NOTE: The Xamarin SDK manager has to be accessed from visual studio, but it will (should) work on both windows and mac
You can open it from your SDK path which in my case is
C:\Users\Akshay\AppData\Local\Android\sdk
Double click on SDK Manager.exe and it will open standalone SDK manager, refer attached Screenshot.

How to stop Android Studio notifying update for uninstalled package?

Android studio keeps showing the following update:
I do not have this package installed and I do not want to because it requires stopping HyperV that I need.
Could anyone offer a tip on this?
Enabling and Disabling Plugins
Open the Settings dialog (e.g. Ctrl+Alt+S).
In the left-hand pane, select Plugins.
On the Plugins page that opens in the right-hand part of the dialog, do one of the following: --> To enable a plugin, select the check box to the right of its name. --> To disable a plugin, clear
the corresponding check box.
If the plugin of interest is not present in the list (which may be the case for a repository plugin), download and install the plugin.
Restart IntelliJ IDEA for the changes to take effect.
visit managing plugin for more details.

how to hide the keyboard in a multi device hybrid app

I have a javascript based multi-device-hybrid-app that targets both IOS and Andriod and cannot find any information on how to hide the keyboard when a submit button is clicked.
How would I do this ?
You can use Ionic Cordova plugin to hide keyboard, you can download the plugin from here
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
Refer SO post 'Installing Plugins to Visual Studio Cordova project' to add custom plugin from Git in Visual Studio

In android studio,cannot load 2 facets-unknown facet type:android and android-gradle

When I open android studio I am getting an error- "Error loading project: Cannot load 2 facets. When I clicked to see the error the following appeared
"2 facets cannot be loaded. You can mark them them as ignored to suppress this error notification.
Unknown facet type:'android', Unknown facet type:'android-gradle'
I tried to add facets ( In Project Structure > Project settings > Modules > clicked project name, then clicked Android as well as Android-Gradle) But both showed as "cannot load facet, unknown facet type." Under Project settings > Facets > both Android and Android-Gradle are displayed as 'Invalid facets'.
My project was running smoothly. This problem occured when I force-closed my laptop before exiting android studio as everything got stuck. After that whenever I open the android studio this problem occurs. I am not able to run my project. Can anyone please help me to solve this?
Just enable Android Support plugin.
Click Ctrl+Alt+S in Windows or Meta+Comma in Mac.
In top search bar type "plugin".
On right side it will show a list of plugins, find Android Support plugin, check it and click OK at the bottom of screen.
This is how it looks:
In Android Studio go to
File -> Settings - > Plugins -> Enable "Android Support" Plugin.
File, Then Settings->Plugin->Enable/Renable Plugin --> Apply --> Restart
This problem occured when i'd updated Android Studio.
In case nothing from other answers works, you don't have another option, except removing broken settings and making clean setup.
So what i am suggesting:
Use Settings Repository Feature to store personal IDE settings
close studio
remove .AndroidStudioX folder from user folder
re-launch studio, do not copy settings from previous version (because settings probably broken and auto-import couldn't import it well)
import personal settings from Settings Repository
For me I went to Settings -> Plugins and de-selected Gradle then immediately re-selected it. Android Studio then asked if I wanted to enable Groovy so I said yes and let it restart and now everything is happy again! (it was checked, but clearly somewhere deep down not truly enabled, so toggling the check-box sorted it)
Not sure if my cause was installing Flutter, but I did have to disable the Flutter plugin before I could build again.
I had the same problem with an ever-increasing number of facets - first 2, then 4, then 5 - and none of the above solutions worked. My solution (Android Studio 3.3, OS X) was to delete ~/Library/Preferences/AndroidStudio3.3/disabled_plugins.txt, which contained org.jetbrains.android and org.jetbrains.maven
I imagine if you have deliberately disabled plugins then you'll have to disable them again manually, but I was able to load all facets again.
Go To ->File->Settings->Plugins->disable/enable Android Support Plugins->Press Ok
Just re-enable Android Support plugin. Then it will ask to restart.
Restart them thats it
I faced this issue in Android Studio 3.2.1 I had to re-import my project after that it works.
I was facing this problem, I tried everything but nothing worked but then I remembered that I updated Android Studio just few hours back and then I enabled the plugins in the Android Studio and restarted it and it worked.
File -> Settings -> Plugin and then just press ok. It will ask to restart the android studio and please restart it.
For me I had to uncheck the plugin Android APK Support. I clicked Apply and then Ok to close the window. Android Studio prompted me to restart the program, and the program restarted. I checked the Android APK Support plugin again and restarted the program. And then I selected File -> Sync Project with Gradle Files
Then it worked just fine.

Resources