Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 341edcf

Browse files
authored
Merge pull request #496 from dotlens/patch-1
Update publishing-android-apps.md
2 parents 7d72856 + d0d4095 commit 341edcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publishing/publishing-android-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ You can publish a NativeScript app in *Google Play* the same way [you would rele
5656
Both *Package Name*, and *Application Id*, are unique identifiers, provided by you for your app.
5757
- *Package Name* is used to identify resources such as the `R`.
5858
- *Application Id* is used to identify your app on devices and at the *Google Play*.
59-
In the NativeScript framework, both are set to the `nativescript.id` in `package.json`.
59+
60+
In the NativeScript framework, both are set to the `applicationId` in `app.gradle`.
6061
The NativeScript CLI build system will set them as the `package` attribute in the generated project in `platforms/android/src/main/AndroidManifest.xml`.
6162
In the `app/App_Resources/Android/AndroidManifest.xml` it will use a placeholder: `package="__PACKAGE__"`. Do **not** modify the `package` attribute there.
6263

0 commit comments

Comments
 (0)