ti.playservices icon indicating copy to clipboard operation
ti.playservices copied to clipboard

Error: ENOENT: no such file or directory, open '../android/lib/play-services-location-16.0.0.aar'

Open grebulon opened this issue 5 years ago • 1 comments

Need to define and create the target directory

var targetDir = __dirname+'/../android/lib';
console.log(`download to: ${targetDir}`);
fs.mkdirSync(targetDir);

And then use it: rp(aar).pipe(fs.createWriteStream(targetDir+/${library}-${version}.aar));

grebulon avatar Feb 14 '19 08:02 grebulon