Install the *.p12 certificate on an Android device or emulator.
Prerequisites
- Java SE Development Kit (JDK) must be installed.
- The Android SDK must be installed.
- Connect the Android device to your computer with the USB cable.
- To install using Eclipse with the ADT plugin:
Note: USB debugging must be enabled.
- Open the Windows File Explorer view. From the menu bar, navigate to .
- In the Show View dialog, expand the Android folder and select File Explorer.
- Expand and select the sdcard folder.
- In the top right of the File Explorer view, click Push a file onto the device.
- In the Put File on Device dialog, select the certificate and click Open.
- To install using Windows Explorer:
Note: USB debugging must be disabled.
- Open Windows Explorer
- Under your computer, click the Android device to expand the folder.
- Click Device Storage, navigate to and select the certificate.
- Import the certificate to the Device Storage folder.
- To install using the Android Debug Bridge (adb):
Note: USB debugging must be enabled.
- Open the command line directory to the adb.exe file, for example, C:\Program Files\android-sdk-windows\tools, or C:\Program Files\android-sdk-windows\platform-tools
- Run the command: adb push %PathToCert%\MyCert.p12 /sdcard/MyCert.p12