Use this if the command line tool (
chromeos-apk
) fails to parse work for you.
- Get the APK that you want to convert. Find the package name of the APK (i.e
com.soundcloud.android
, you can easily find it by looking at the URL in the Play Store). This process will not work without the proper package name. - Make a copy of the _template directory. Name the new directory
com.soundcloud.android
for instance. - Using the new directory, put the APK file into the
crx
directory, like so: com.soundcloud.android/vendor/chromium/crx - Update the manifest.json file to suite your APK file. You can also change other stuff, such as
formFactor
: (phone
ortablet
),orientation
: (landscape
orportrait
) for tablet apps. Note: some apps may crash withtablet
orportrait
settings. - Now you can load the new directory and it as an unpacked extension in Chrome Extensions.
- Remove the
"key"
parameter frommanifest.json
.