How to install AndroidStudio with plugins? - android-studio

When I start my AndroidStudio the following message occurs:
After reinstalling it, the same thing comes up. I don't know what to do at all.
Any recommendatinos?

Other same question, post in here
If you can find disabled_plugins.txt, just delete it.
For Windows
C:\Users\%USERNAME%\AppData\Roaming\Google\AndroidStudio<version>\disabled_plugins.txt

Related

monogame system reference not found

I just installed the monogame (v3.7), created a new project (in VS2017) for windows, tried to run it, and this error popped up:
I can't add even System reference manualy, and I cant find the answer to this anywhere. Anyone know what is going on here?
I just noticed what happened. I didn't have any target framework set for this project for some odd reason. So instead of deleting this question, I hope this answer helps.
To fix this, go to solution explorer, right cilck your project, proerties, in Application tab select the Target framework.
I selected the latest I had (.NET Framework 4.6.1). I will make a guess that the latest one should work fine

AndroidStudio update destroyed everything and I need help as to which way I should rebuild (details of fiasco within)

After this huge mess from one AndroidStudio update, am cleaning everything and starting from scratch.
I'd like to ask if anyone knows if I should go with specific versions of Java.
But first my headache, although I just cleaned my computer of AndroidStudio.
I have Win 10 64 bit
HAD AndroidStudio 1.51 (it said it was JRE:1.7.0_79-b15 amd64)
After the update I had a "Unsupported major.minor version 52.0" error
Following some posts I upgraded the Java on my machine.
First "1.8.0_74" but AndroidStudio couldn't find the JDK directory, so I installed "1.8.0_73" and AndroidStudio found the JDK directory. But then I started getting rendering errors but with Rendering Problems Exception raised during
rendering: com.android.ide.common.rendering.api.LayoutlibCallback.getXmlFileParser(Ljava/lang/String;)Lorg/xmlpull/v1/XmlPullParser;
Anyway, that's it. This has become such a tragedy that I would rather start from scratch, but if anyone could point me as to the proper (steps) of which way I should go, I would really appreciate it.
Thanks ahead,
Sergio
I met this issue when I updated the api android 23 N (preview). In xml editor, change the Api to render into Api 23 android 6.0 and Autimatically Pick best.This would solve the problem.
refer: link
Yes.. i also faced same problem,I have resolved with changing the version to api 23.generally it will take best/latest version ,in my case its set to N preview.

Layout Editor Continues to crash after Eclipse Reinstall and Java upgrade

I've been ripping my hair out for the last two days trying to figure this out. Everytime I open the Eclipse Android Layout Editor, Eclipse crashes. I've reinstalled Eclipse, made sure I have the latest Java Developer Kit, and I followed previous posts' advice on changing the eclipse.ini file.
AFter reinstalling Eclipse, now when I try to open a new project, it crashes. Can someone please help me.
I was finally able to figure it out after help from a very intelligent friend. We reinstalled the video card drivers and it worked!!! I spent 12 hours trying to figure this out. Anyway - I've posted this answer under another similar post, so please don't flame me for repeating myself.

Lazarus: Project raised exception class "Ereaderror" with the message: Unknown property "Caption"

I am using Lazarus 1.0.6 and FPC 2.6.0 and running it on PCLinuxOS Linux OS.
Every time I open Printers Dialog by calling printerdialog1.Execute, compiler raises the following error, "Project xxxxxx raised exception class 'Ereaderror' with the message: Unknown property 'Caption'." Then, my whole program crashes and had to restart the program for it run properly.
What do you think is the problem and how do you fix it?
This dialog is from Printers4Lazarus package.
I solved my exception problem. As they say, there is always a simple solution to every problem.
Being that I was in the middle of setting up my IDE, I have gone through many tool installation and uninstallation and different version of it too. Somehow things got mixed up and my IDE was pointing to a printers4lazarus version that didn't work with the IDE. So, I simply uninstalled and deleted the folder it was pointing to and then restarted Lazarus IDE. It then pointed to the right folder for Printers4Lazarus component which was /usr/bin/lib64/Lazarus/components/.
So, if you are having similar problem, simply start from scratch. remove or uninstall the component from your IDE. Then, rename the folder where the component is located if you have to. Restart your IDE. If you are still having problem, then you need to check to see where your IDE is pointing to for this package. The idea is to start from scratch, install the package and then see if you still having problem.
Good Luck.

The parameter is incorrect

When I try to add a service reference to my project in Visual Studio I keep getting the error " The parameter is incorrect" I know it's not the code because it doesn't happen on my coworkers computer. I have uninstalled and reinstalled Visual Studio to see if the problem is with my installation. But that doesnt seem to fix it.
I am using visual Studio 2012.
Did anyone come across this issue before? Please help!
I had this problem with a project that was copied out of ClearCase. the .csproj file still had the reference telling visual studio that its still under CC. I removed the following references and it worked.
<SccProjectName>Rational ClearCase</SccProjectName>
<SccLocalPath>Rational ClearCase</SccLocalPath>
<SccAuxPath>Rational ClearCase</SccAuxPath>
<SccProvider>Rational ClearCase</SccProvider>
I had the same issue after updating SQLite plugin for windows phone.
It seems like the sqlite-net-wp8 project (which is a wrapper to work with the plugin) had some import method from that plugin and when the version changed the wrapper didn't work anymore.
The solution was to downgrade the sqlite plugin to a version that is compatible with the wp8 wrapper.
Edit: The wrapper had an update so I've upgraded both the plugin and wrapper and now the issue is fixed.
If it shows any project in your solution with "(failed)" next to it's name try to remove it and re-add it to your solution and it will tell you what the issue exactly is.
In addition to Frisons answer - the issue works aswell the other way round:
If you are using ClearCase, make sure that the entries mentioned by Frison are available in your project file. I just had this case that one of the projects in my solution did not (however) had these entries and i got the very same error. Adding these lines fixed this issue for me.
I got the same error for WindowsPhone project, after make a clear manifest the error disappeared.

Resources