Skip to content

Use correct .apk name #1053

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

Merged
merged 1 commit into from
Oct 13, 2015
Merged

Use correct .apk name #1053

merged 1 commit into from
Oct 13, 2015

Conversation

rosen-vladimirov
Copy link
Contributor

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 rosen-vladimirov self-assigned this Oct 13, 2015
@rosen-vladimirov rosen-vladimirov added this to the 1.4.2 milestone Oct 13, 2015
@ns-bot
Copy link

ns-bot commented Oct 13, 2015

Test PASSed.

@dtopuzov
Copy link
Contributor

💯

@dtopuzov dtopuzov closed this Oct 13, 2015
@dtopuzov dtopuzov reopened this Oct 13, 2015
@@ -39,7 +39,7 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService
public get platformData(): IPlatformData {
if (!this._platformData) {
let projectRoot = path.join(this.$projectData.platformsDir, "android");

let packageName = this.getProjectNameFromId(this.$projectData.projectId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use this.$projectData.projectId inside getProjectNameFromId function

@Fatme
Copy link
Contributor

Fatme commented Oct 13, 2015

👍 after addressing my small suggestion

@ns-bot
Copy link

ns-bot commented Oct 13, 2015

Test PASSed.

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
@ns-bot
Copy link

ns-bot commented Oct 13, 2015

Test PASSed.

rosen-vladimirov added a commit that referenced this pull request Oct 13, 2015
@rosen-vladimirov rosen-vladimirov merged commit 489c1e2 into release Oct 13, 2015
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-no-apk branch October 13, 2015 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants