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.
1 parent 49dfc57 commit b58aabaCopy full SHA for b58aaba
1 file changed
install-sdk/src/sdk.ts
@@ -50,6 +50,7 @@ export abstract class BaseAndroidSdk implements AndroidSDK {
50
}
51
52
if (fs.existsSync(`${process.env.HOME}/.android`)) {
53
+ await execWithResult(`rm -rf ${process.env.HOME}/.android.backup`)
54
await execWithResult(`mv ${process.env.HOME}/.android ${process.env.HOME}/.android.backup`)
55
56
0 commit comments