vovs03 / marathon-tech

Support media services
0 stars 0 forks source link

πŸ’› Environ Mobile App #12

Open vovs03 opened 3 years ago

vovs03 commented 3 years ago

πŸ’› Environ Mobile App

for Flutter-developers

vovs03 commented 3 years ago

steps

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-11-03 Π² 20 27 46

Install extentions for VS Code

try Run

doctor

Emulator

2 available emulators:

To run an emulator, run 'flutter emulators --launch <emulator id>'. To create a new emulator, run 'flutter emulators --create [--name xyz]'.

You can find more information on managing emulators at the links below: https://developer.android.com/studio/run/managing-avds https://developer.android.com/studio/command-line/avdmanager

cocoapods

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-11-03 Π² 21 22 15

09:18

:warning: Error loading RubyGems plugin "/Users/vovs03/.rvm/gems/ruby-2.7.1@global/gems/gem-wrappers-1.4.0/lib/rubygems_plugin.rb": cannot load such file -- gem-wrappers (LoadError)

ERROR:  While executing gem ... (Gem::InstallError)
    cocoapods is not installed in GEM_HOME, try:
    gem uninstall -i /Users/vovs03/.rvm/gems/ruby-2.7.1@global cocoapods

$PATH

$PATH set in ~/.zshrc

# 2020-11-03
export PATH="$PATH:/Users/vovs03/development/flutter/bin/"

RVM

#2020-11-04 09:47
source /Users/vovs03/.rvm/scripts/rvm

ΠΈ всё Π½ΠΎΡ€ΠΌ!

solution

my_app % rvm use ruby-2.7.1 --default
Using /Users/vovs03/.rvm/gems/ruby-2.7.1
my_app % rvm list                    
   macruby-nightly_2013.09.12 [ x86_64 ]
   ruby-2.6.3 [ x86_64 ]
   ruby-2.7.0 [ x86_64 ]
   ruby-2.7.0-preview1 [ x86_64 ]
=* ruby-2.7.1 [ x86_64 ]

# => - current
# =* - current && default
#  * - default

my_app % ruby -v
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin18]

it works!

ANDROID_HOME

echo $ANDROID_HOME
/usr/local/share/android-sdk

Andsoid-SDK

WEB

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-11-03 Π² 22 31 15

vovs03 commented 3 years ago

:a: Android settings

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-11-04 Π² 7 46 47

Android Toolchain

vovs03 commented 3 years ago

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-11-04 Π² 7 36 43

vovs03 commented 3 years ago

Flutter PUB

:one: The First App Use also flutter pub get

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-11-04 Π² 12 37 10