Android Studio: “The emulator process for AVD Pixel_2_API_30 has terminated.” on MacBook Pro M1 (Apple Silicon)

It would seem due to the fact you are using a beta version of android studio the message “The emulator process for AVD Pixel_2_API_30 was killed.” has been changed to “The emulator process for AVD Pixel_2_API_30 has terminated.” but fundamentally they should still have the same solutions the most common solution being: “All of the … Read more

My fish is blind? (fish does not recognise any commands after setting it as default shell on Mac OS Big Sur, M1 Mac)

Here are the steps I used to setup the fish shell on my M1 MacBook Air. Per the comments on the question, the key to solving the Unknown Command issue is the fish_add_path: $ brew install fish ​ $ fish $ fish_add_path /opt/homebrew/bin $ echo “/opt/homebrew/bin/fish” | sudo tee -a /etc/shells $ chsh -s /opt/homebrew/bin/fish

Fixing zsh command not found: brew? (installing Homebrew)

cd /opt/homebrew/bin/ PATH=$PATH:/opt/homebrew/bin cd touch .zshrc echo export PATH=$PATH:/opt/homebrew/bin >> .zshrc Run the commands in that order in terminal, you’ll be editing the path and creating the missing .zshrc file, exporting the path to this new file. Now you should be able to use: brew doctor It should say: “Your system is ready to brew.”

how to run amd64 docker images on arm64 host platform

Using –platform is correct. On my M1 Mac I’m able to run both arm64 and amd64 versions of the Ubuntu image from Docker Hub. The machine hardware name provided by uname proves it. # docker run –rm -ti –platform linux/arm/v7 ubuntu:latest uname -m armv7l # docker run –rm -ti –platform linux/amd64 ubuntu:latest uname -m x86_64 … Read more

How to install SciPy on Apple Silicon (ARM / M1)

It’s possible to install on regular arm64 brew python, you need to compile it yourself. If numpy is already installed (from wheels) you’ll need to uninstall it: pip3 uninstall -y numpy pythran I had to compile numpy, which requires cython and pybind11: pip3 install cython pybind11 Then numpy can be compiled: pip3 install –no-binary :all: … Read more

Unable to find bundled Java version with flutter doctor, after updating Android studio Arctic Fox(2020.3.1) on M1 Apple Silicon

The answer is already posted here. For Mac User: Set Java_Home path using below article & then after applying this command. after that type below command in terminal: cd /Applications/Android\ Studio.app/Contents/jre ln -s ../jre jdk ln -s “/Library/Internet Plug-Ins/JavaAppletPlugin.plugin” jdk flutter doctor -v

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)