Deploying the Asset Library

Before an android application can be launched, the asset library has to be deployed on the Android device. Now the tool ADB (Android Debug Bridge) comes into play, which is part of the sdk-platform tools. It is a command line tool which has to be called e.g. within a Windows CMD. ADB is a general device management tool for Android.

The most important tasks are:

The most important commands for this work are:

drawing-5-1706252739.png

 Steps for deploying the AssetLib on the Android device:

 /sdcard is the internal or external storage on Android. That’s the location, where the app expects the asset library.


Revision #2
Created 2023-03-07 06:07:01 UTC by Tsuyoshi.Kato
Updated 2024-04-03 03:25:26 UTC by Elisabeth Zauner