In order to do this you will need a Windows/Linux based PC or a Mac plus Google's ADB tool which can be downloaded from the links below: (Click the fading zone below to expand)

For instructions on configuring your device to connect via adb please see the following information:

[4]

Once you have a working adb connection, you need to run the following command from the command line/terminal on your computer:

adb install --bypass-low-target-sdk-block FILENAME.apk

where FILENAME.apk is the filename of the helper apk you should download to whatever you are running adb commands from. Remember to allow all permissions when starting the helper app else it might not work properly.