We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc354e1 + f086f2b commit f6d3d2fCopy full SHA for f6d3d2f
1 file changed
lib/services/usb-livesync-service.ts
@@ -157,6 +157,7 @@ export class AndroidUsbLiveSyncService extends androidLiveSyncServiceLib.Android
157
public restartApplication(deviceAppData: Mobile.IDeviceAppData, localToDevicePaths: Mobile.ILocalToDevicePathData[]): IFuture<void> {
158
return (() => {
159
this.device.adb.executeShellCommand(["chmod", "777", deviceAppData.deviceProjectRootPath]).wait();
160
+ this.device.adb.executeShellCommand(["chmod", "777", `/data/local/tmp/${deviceAppData.appIdentifier}`]).wait();
161
162
if(this.$options.companion) {
163
let commands = [ this.liveSyncCommands.SyncFilesCommand() ];
0 commit comments