can't create android studio project in Android Studio - android-studio

Few days ago I have received an update patch(I don't remember what for were that update it was 5 MB of size), after installing it, studio somehow crashed and stopped working, when I'm starting it there is not wizard for creating android project. I tried to uninstall every file of android studio then download fresh download pack, install it but same problem. (OS Ubuntu 16.04)

Possible reason Plugin for Android is disabled or removed/corrupt
From your Home Screen of your Android Studio
Configure -> Plugins -> Enable Plugin for Android
Then Ok, and Restart

In my case, it was the Android Studio file corrupted file problem.
Close your Android Studio then Delete .AndroidStudio directory from the Users directory and start Android Studio Again is works for me.
C:\Users\[use_name]\\.AndroidStudio

Related

Android studio is not opening AFTER changing studio64x.exe.vmoptions or deleting it

I have changed studio64x.vmoptions file to make studio faster but ever since I made change, android studio is not opening. it shows error about JAVA_HOME environment variable but I already have added that. please help!
tried reinstalling android studio, adding Java_Home , deleting studio64x.exe.vmoptions. still not opening
I was able to resolve the same issue (Android Studio was not opening) by refer to the solution provided in Android Developer Portal,
Studio doesn't start after upgrade
If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version of Android Studio or an incompatible plugin. As a workaround, try deleting (or renaming, for backup purposes) the directory below, depending on the Android Studio version and operating system, and start Android Studio again. This will reset Android Studio to its default state, with all third-party plugins removed.
For Android Studio 4.1 and later:
Windows: %APPDATA%\Google\AndroidStudio Example: C:\Users\your_user_name\AppData\Roaming\Google\AndroidStudio4.1
macOS: ~/Library/Application Support/Google/AndroidStudio Example: ~/Library/Application Support/Google/AndroidStudio4.1
Linux: ~/.config/Google/AndroidStudio and ~/.local/share/Google/AndroidStudio Example: ~/.config/Google/AndroidStudio4.1 and ~/.local/share/Google/AndroidStudio4.1

android asks for sdk location, I downloaded the zip file from developer.android but my problem is not yet resolved

Android studio suddenly doesn't work
For reinstalling the Android Studio and to remove its setting before installing i deleted the Android folder located in C:\Users\admin\AppData\Local\Android After that my android studio still doesn't work it asks for the location of Sdk

Android Studio 3.4 stuck on indexing project

Few days ago, I have update android studio 3.4.
Now, when I open any project or build new project it's stuck on indexing.
I have try many solution like "Invalid catch and restart", remove ".android", remove ".gradle" and remove ".AndroidStudio3.4" folder but still I have facing this issue in android studio 3.4.
When I forcefully close android studio from windows task manager then after android studio not starting again until restart system and task manager in showing android studio running.
How can I solved this issue?
Try reinstalling. No need to uninstall, you just need to follow the steps in the setup to remove that version. If your computer tells you that there are files with the same name then simply overwrite.

Unknown Attribute Android: error on Android STUDIO 3.2.1

Things i have done to resolve this issue:
Clean Build & Rebuild
Deleted .idea file
Invalidated Caches/ Restart.. option
Turn On Power Save Mode.
SDk is up to date.
Sync Project with Gradle Files done.
Reinstall Android Studio done
recreate new project done
changed something in app Gradle file and synced the project again
android studio old version change also not help
Intellij shows to reset to default namespace, it will delete android namespace..
(In Project, Layout file corrections not reflecting into app)
Android Studio Version
Error Image
gradle image
Intelij Solution
This worked for me
Close Android studio
Delete all files from
C:\Users\.AndroidStudio3.2\system\caches
C:\Users\.AndroidStudio3.2\config //not importent
start android studio
Ran into the same issue. Seems to be something specifically related to Android Studio 3.2. My solution on Windows was to delete everything withing the cache/ folder in the .AndroidStudio3.2/ folder.
This problem happen for Android studio Cache & History.
Firstly In android studio go File -> Close Project and Exit Android Studio.
Then Delete below 2 Folders:
C:\Users\user-name.AndroidStudio3.X\system\caches
C:\Users\user-name.AndroidStudio3.X\config\terminal\history (optional)
Open the Android Studio and Enjoy!
Complete uninstall Android Studio (including system and cache files) and Reinstalling clears my bug...

Android Studio cant open Android Device Monitor

When I try to open Android Device Monitor, The Android studio give an error:
For content of log file : http://codepaste.net/b9an16
For image
I'm using Android Studio(Beta) 0.8.2 - JRE 1.8.0_05-b13 amd64
How can fix do that?
I was recently getting this same error. It turned out to be that my .android folder was read only. The solution that worked for me was to uninstall Android Studio, then re-install by running as administrator.
Run Android Studio as Administrator, no need to reinstall.

Resources