Skip to content

Commit 9c94121

Browse files
FatmeFatme
Fatme
authored and
Fatme
committed
Merge pull request #781 from NativeScript/fatme/trim-library-path
Trim library path
2 parents d289361 + abcd805 commit 9c94121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/android-project-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
204204

205205
private parseProjectProperties(projDir: string, destDir: string): IFuture<void> { // projDir is libraryPath, targetPath is the path to lib folder
206206
return (() => {
207+
projDir = projDir.trim();
207208
let projProp = path.join(projDir, "project.properties");
208209
if (!this.$fs.exists(projProp).wait()) {
209210
this.$logger.warn("Warning: File %s does not exist", projProp);

0 commit comments

Comments
 (0)