This project contains the app built for the Tier-0 Ark Scooters project.
https://ark.io/projects/ark-scooters
- Download the APK in
apk/
. - Allow app installs from external sources in the smartphone settings.
- Install the APK.
- Open the app.
Not possible because I currently don't have developer certificates for this project. If you want to run this app on iOS you have to manually build it. See more information below.
- Download Appcelerator Studio.
- Create an Appcelerator account
- Log into the Appcelerator Platform
- Go to Account (top right)
->
Billing->
Adjust Plan and select the free plan. - Login via CLI with
appc login
. - Clone this repo.
- Execute
npm run build
in the root of the project. - Continue with Android or iOS below.
- Download and install Android Studio.
- Open the SDK manager and install Android 10.
- Install an Android Virtual Device (AVD) with Android 10.
- Boot the AVD.
- Use
appc ti info
to find the ID of the AVD. - Build and install the app with
appc run -p android -T emulator --device-id <deviceId>
(looks likePixel_3_API_29
). - Building will take a minute depending on your machine.
- Once building is completed the app should automatically be installed and started on your AVD.
- Boot the simulator.
- Run
appc ti info
and look for the iOS simulator UUID (looks likeD002EE88-AAA-1111-BBB-068016363672
). - Build and install the app with
appc run -p ios -C <deviceId>
. - Building will take a minute depending on your machine.
- Once building is completed the app should automatically be installed and started on your simulator.