AndroidStudio import SVG with ERROR@ is not supported

Solution 1 Flattern image in Sketch and use this site to convert SVG to xml for Android Solution 2 I use nonZero instead of evenOdd and open it in Sketch to reverse Order after reverse it will change pathData and remove android:fillType and everything work fine on Android 21+. Solution 3 PNG TLDR After some … Read more

Create Project/solution in an existing directory?

From Visual Studio, if you have no solution open, you can select File->New->Project From Existing Code Select the project type Put the directory you want the solution and project file to be in as the “Project file location” field. Finish the wizard and you’ll have a project file and solution file in the same directory. … Read more

IDE for OCaml language

Edit: a decade later (2022), VS Code OCaml Platform is probably the best option. Editors • Emacs ◦ ocaml-mode from the standard distribution ◦ alternative tuareg-mode https://forge.ocamlcore.org/projects/tuareg/ − cheat-sheet: http://www.ocamlpro.com/files/tuareg-mode.pdf ◦ camldebug intergration with debugger ◦ type feedback with C-c C-t key shortcut, needs .annot files • Vim ◦ OMLet plugin http://www.lix.polytechnique.fr/~dbaelde/productions/omlet.html ◦ For type … Read more