Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Sunday, August 8, 2021

Flutter: Unable to find bundled Java version

Let's say you try to run your flutter app in a simulator and failed.
When you run "flutter doctor", you get this message: "Unable to find bundled Java version".
What you need to do is to duplicate the Contents directory into a directory called jdk [1].
$ cd /Applications/Android\ Studio.app/Contents/jre
$ mkdir jdk
$ cp -R Contents ./jdk/Contents
[1] https://github.com/flutter/flutter/issues/76215#issuecomment-864407892

Friday, October 18, 2019

How to Update Node.js and Ionic

Update Node Using a Package Manager

npm install npm@latest -g
sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Update Ionic

sudo npm install -g ionic@latest

Tuesday, July 10, 2018

Start Android Virtual Device (AVD) emulator from the command line

The command-line syntax for starting an Android Virtual Device (AVD) emulator from a command prompt:
~/Library/Android/sdk/tools/emulator -avd avd_name -netdelay none -netspeed full
Please replace "avd_name" with the device name.

Friday, August 17, 2012

Change Default Tablet (Android, iPad and Playbook) Email Signature

Android: Menu (on right top) > Settings > Select Account > Signature

iPad: Settings > Mail, Contacts, Calendars > Signature

PlayBook: Open Mail App > swipe down from top > Settings > Email Preferences > Select Account