婆罗门
精华
|
战斗力 鹅
|
回帖 0
注册时间 2009-8-26
|
Instructions to conv APKs manually
Use this on Windows or if the command line tool (chromeos-apk) fails to parse your APK file.
Get the APK that you want to conv. 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 or tablet), orientation: (landscape or portrait) for tablet apps. Note: some apps may crash with tablet or portrait settings.
Now you can load the new directory and it as an unpacked extension in Chrome Extensions.
For ARChon runtime
Remove the "key" parameter from manifest.json.
貌似有手动转换的,正在试…… |
|