Saarthak Seth
Saarthak Seth
> @CodeChamp-SS When I turned on the first time, a pop-up like you appeared and failed, and on the second run, the emulator turned on after agreeing to Apple pop-up...
> @CodeChamp-SS @russelRajitha > > it may a emulator path issue, i created a symlink to fix it > > ```shell > ln -s ~/Library/Android/sdk/emulator/emulator-darwin-aarch64-0.2/emulator ~/Library/Android/sdk/emulator/emulator > ``` > >...
This is the terminal output after running the last command. Is it fine? Or am I doing something wrong? avd still shows the same error
> @CodeChamp-SS `cp -r emulator-darwin-aarch64-0.2/* . ` the dot for current dir > I tried this but it says, no matches found
> @CodeChamp-SS > > copy from `darwin-aarch64-replace.sh` > > ``` > export EMULATOR_DOWNLOAD_BASE_NAME="emulator-darwin-aarch64-0.2" > rm -rf ${EMULATOR_DOWNLOAD_BASE_NAME} > echo "curl -L https://github.com/google/android-emulator-m1-preview/releases/download/0.2/${EMULATOR_DOWNLOAD_BASE_NAME}-engine-only.zip -o ${EMULATOR_DOWNLOAD_BASE_NAME}.zip" > curl -L https://github.com/google/android-emulator-m1-preview/releases/download/0.2/${EMULATOR_DOWNLOAD_BASE_NAME}-engine-only.zip -o ${EMULATOR_DOWNLOAD_BASE_NAME}.zip...
@morlay I've recently started facing another problem with the emulator, it shows the same error every time I try to run an app on the emulator, though the emulator starts...
Hi @holtskinner, we have tried to resolve the suggestions you made, the other lint errors. I have created a new pull request #700 , please review it again. Thanks!
> Ok, you didn't need to make a new Pull Request for the changes, but it's okay. > > Please close out this Pull Request if it's no longer needed....
> @CodeChamp-SS Please fix the spelling errors. If there are any false-positives, please add the terms to `allow.txt` > > and look at the Gemini evaluation and see if anything...
Hi @holtskinner, I have made the spelling fixes and some of the changes suggested by the Gemini evaluation.