If you are here it means that you are facing a frustrating exception regarding Android licenses in Flutter. More specifically the exception occurs when you try to run the following command: and the output is something like this: The easiest fix I found is to install the Android SDK Command-line Tools. In Android Studio open…
Category: Fixes
How to install hplip on Ubuntu
Latest update: august 2022 for Ubuntu 22.04. and hplip version 3.22.6. If you are here, you probably tried to install hplip without success. Prerequisite: make sure you are using Python3.x running If you are using Python2.x you should switch to Python3. Pay attention to old software you are running with Python2…this operation may break something!…
[SOLVED] Nextcloud can’t login – Internal Server Error
In this short guide I would like to help you if you are in the same frustrating situation as me. In particular I spent a lot of time trying to understand what was going wrong on my Nextcloud installation and now I want to give you (I hope) a solution. The situation we want to…
[SOLVED] The target server failed to respond – Jenkins and Nexus
I encountered this error while I was writing a Maven project. I want to explain what was the problem in my case. Here is the setup of the project: the project is on Github a trigger on push events is fired to a self-hosted Jenkins installation that builds the artifact an upload step of the…
[SOLVED] Commit failed on Gitlab – Disable (or enable) pipelines
If you are using Gitlab you have already experienced that commits will “fail” with no reason. This is due to the automatic enabling of pipelines for continuous integration and delivery (CI/CD). This is what happens when you create a new repository: This is what happens when you push the first commit: So, if you want…
Android Studio cannot preview?
You are starting a new Android project, you open your Android Studio, Gradle is building…exciting! You open your main activity .xml file, put a new button and….nothing happens. Android Studio won’t preview the layout of your application…damn… Solution: for most of the tamplates that you can choose from the wizard, the fix is very simple….