I searched the internet but I have solved my problem or the code given was not compatible
My question is, how do i open apk file after download?
I searched the internet but I have solved my problem or the code given was not compatible
My question is, how do i open apk file after download?
Download the Andorid SDK
Connect your phone to the PC via USB, make sure the USB Debugging option is ON under Developer Option in your phone settings.
Once you are done try to use these commands. adb devices
to check the connection to your device and then if everything is OK try adb install <filename>.apk
Make sure you input the correct path to the file or simply copy the apk into adb directory.
adb usually resides into adt-bundle-$version/sdk/platform-tool
Go to the settings
Enable Unknown sources in the security section
Click on the apk file