Skip to content

Cloud client mobile for iOS and Android - remote file explorer

Notifications You must be signed in to change notification settings

Andrea-Bruno/CloudClientMobile

Repository files navigation

Run Locally

Clone the project

  git clone https://github.com/khayym/cloud-storage

Go to the project directory

  cd cloud-storage

Install dependencies

  yarn install

Run project

  yarn run android

If you use for iso you must install pods

  cd ios
  pod install
  cd ..

Setting up the development environment

1. Install Android Studio

  • Download and install Android Studio. While on Android Studio installation wizard, make sure the boxes next to all of the following items are checked:

    • Android SDK
    • Android SDK Platform
    • Android Virtual Device

2. Install the Android SDK

Android Studio installs the latest Android SDK by default. Building a React Native app with native code, however, requires the Android 12 (S) SDK in particular. Additional Android SDKs can be installed through the SDK Manager in Android Studio.

To do that, open Android Studio, click on "Configure" button and select "SDK Manager".

The SDK Manager can also be found within the Android Studio "Preferences" dialog, under Appearance & Behavior → System Settings → Android SDK.

Select the "SDK Platforms" tab from within the SDK Manager, then check the box next to "Show Package Details" in the bottom right corner. Look for and expand the Android 12 (S) entry, then make sure the following items are checked:

Android SDK Platform 31 Intel x86 Atom_64 System Image or Google APIs Intel x86 Atom System Image Next, select the "SDK Tools" tab and check the box next to "Show Package Details" here as well. Look for and expand the "Android SDK Build-Tools" entry, then make sure that 31.0.0 is selected.

Finally, click "Apply" to download and install the Android SDK and related build tools.

3. Configure the ANDROID_SDK_ROOT environment variable

The React Native tools require some environment variables to be set up in order to build apps with native code.

Add the following lines to your $HOME/.bash_profile or $HOME/.bashrc (if you are using zsh then ~/.zprofile or ~/.zshrc) config file:

export ANDROID_SDK_ROOT=$HOME/Library/Android/Sdk
export PATH=$PATH:$ANDROID_SDK_ROOT/emulator
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools

** .bash_profile is specific to bash. If you're using another shell, you will need to edit the appropriate shell-specific config file.

Follow the Watchman installation guide to compile and install Watchman from source.

Watchman is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance and increased compatibility in certain edge cases (translation: you may be able to get by without installing this, but your mileage may vary; installing this now may save you from a headache later).

About

Cloud client mobile for iOS and Android - remote file explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published