简体   繁体   中英

How do I use ARC Welder as an Android emulator

请以任何方式将ARC Welder连接到Android Studio并将其用作Android模拟器。

As InxDev says, you can import your APK into Arc Welder.

Once you've done it though, you don't want to have to go through the whole process every time you create a new APK. What I've found through experimentation is that it's possible after importing it to replace it with a newer version.

Locate the APK under the directory you gave Arc Welder to save files in, then copy the new APK over it. I tried using a symbolic link to the file under Android Studio's directories and that wouldn't start, so evidently it does have to be a file. Though on a modern Linux system there's nothing to stop you using inotify to watch for the file changing under Android Studio and have it automatically copied across.

Export the APK and then upload it to ARC Welder. Is the easier way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM