Windows
- Execute the emulator => double click (C:\RICOH_SmartSDK_Emulator_v2.71\run.vbs)
- Start the console (Windows 10), Run -> type cmd, and move to the platform-tools folder of SDK directory.
- Paste the APK file in the 'android-sdk\tools' or 'platform-tools' folder.
- Then type the following command:
- adb install [path to APK file]
e.g.:
adb install C:\Users\Name\MyProject\build\SmartEX.apk
Linux & MacOS
This may also work for Windows development environments that support a POSIX shell.
- Copy the apk file to platform-tools in android-sdk linux folder.
- Open Terminal and navigate to platform-tools folder in android-sdk.
- Then execute this command:
- ./adb install [path to APK file]
You may also add the platform-tools directory to your PATH. If the operation is successful (the result is displayed on the screen), then you will find your file in the launcher of your emulator.
See also
The following is a quote from the RICOH SmartSDK Emulator User's Manual (v5.00a):
An application can be installed on RICOH SmartSDK Emulator by using Android Studio or Android Debug Bridge (adb). RICOH SmartSDK Emulator can be used from each tool as an Android Virtual Device (AVD) after it is started.If you cannot install the application on the latest version of Android Studio, try either of the followings:
- Use "-t" option of the ADB install command
- Set “android.injected.testOnly=false” in gradle.properties
FAQ Subject
Faq Category