Error:Problems reading data from Binary store - android-studio

I'm trying to import an old project into the Android Studio but I get a gradle refresh error:
Error:Problems reading data from Binary store in /tmp/gradle8567448341990504089.bin (exist: true)
I saw that there is a similar question but no-one answered and I want to know how to solve this problem. Thanks!

To anyone facing the same problem, it might be happening because you were using Gradle in offline mode, but there is no cache available there. So, I hope this will work for you.
Check If you are working in offline mode. If not then please un-check it from below path.
File->Settings->Build,Execution,Deployment->Gradle-> Uncheck Offline Work

In case you are using flutter, try upgrading flutter with the command
flutter upgrade

Related

Which is the most stable way to install flutter in GNU/Linux?

I recently decided to switch from W10 to GNU/Linux, and yes still a Linux noob.
So which is the most recommended way to install flutter on Linux?, a way which won't get me troubles in the future when I try to update flutter.
Right now I only now this three ways, which one is the best option? (you're free to tell me is there is another and better option)
Install Flutter using snapcraft (snapd)
Install Flutter manually with github repo or tar
Install Flutter using yay (Arch-based distros only)
I really don't know anything about flutter in GNU/Linux so, I'd appreciate any opinion and advice.
Thank you in advance.
The best and most stable for me was manually, but not from gitHub, by using tar.
SnapD caused errors, but using .tar has been fine for 5 months now. Updating easily and seamlessly.
As you may have seen, but follow the documentation here step by step will work fine.
https://flutter.dev/docs/get-started/install/linux
If you have trouble exporting the path, come back for further help.
Welcome to the club.

Version 7.13.0 Bixby IDE update. Action .js scripts appearing as normal text?

I have updated the Bixby IDE today to the most recent update: Version 7.13.0. I was wondering if it is normal for the .js action scripts to appear without theme and color?
Thank you.
Thank you for letting us know.
A hot fix has been deployed by IDE group. I've verified the fix myself.
Version (7.13.0-r20d.15375) would fix this issue. Please restart IDE and follow the prompt to download/install new version.
Sorry for the inconvenience and thank you for letting us know this issue so quickly. Wish you have some fun developing with Bixby.

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.

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.

vs2012 web essentials won't auto compile less files on save

I'm using Web Essentials 2012 version 1.8.5 ,
for some reason it won't auto compile less files to CSS.
when I hit the save after I've made some changes to the less files I can see "web essentials compiling file.less" on the status line for a split of a second but nothing really happen. eg. the fils.css is not really changing.
Did someone have the same problem? or is someone knows how to solve this problem?
Thank you.
p.s
I did try the uninstall/install
This has been fixed and you can download the latest version (1.9.2) right here: http://visualstudiogallery.msdn.microsoft.com/07d54d12-7133-4e15-becb-6f451ea3bea6

Resources