Skip to content

Unable to run the application when project root directory is renamed #1041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vchimev opened this issue Oct 9, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@vchimev
Copy link

vchimev commented Oct 9, 2015

Steps to reproduce:

tns create appTest
mv appTest applicationTest
cd applicationTest
tns run android

Output:
No .apk found in /Work/release/applicationTest/platforms/android/build/outputs/apk directory

@vchimev vchimev added the bug label Oct 9, 2015
@vchimev vchimev added this to the 1.5.0 milestone Oct 9, 2015
@vchimev vchimev modified the milestones: 1.4.2, 1.5.0 Oct 12, 2015
rosen-vladimirov added a commit that referenced this issue Oct 13, 2015
Gradle uses the third part of the identifier for apk name. Currently we are
checking for projectName (created from dir name). Check both of them when
searching for apk.

Fixes #1041
rosen-vladimirov added a commit that referenced this issue Oct 13, 2015
Gradle uses the third part of the identifier for apk name. Currently we are
checking for projectName (created from dir name). Check both of them when
searching for apk.

Fixes #1041
rosen-vladimirov added a commit that referenced this issue Oct 14, 2015
Gradle uses the third part of the identifier for apk name. Currently we are
checking for projectName (created from dir name). Check both of them when
searching for apk.

Fixes #1041
vchimev pushed a commit to NativeScript/nativescript-cli-tests that referenced this issue Oct 15, 2015
@vchimev vchimev closed this as completed Oct 15, 2015
@dtopuzov dtopuzov removed the 3 - Done label Oct 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants