You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced-concepts.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ NativeScript provides a way to create custom `android.app.Application` and `andr
59
59
60
60
### Extending the Android Application
61
61
62
-
1. Create a new TypeScript file in your app folder - name it `application.android.ts` or `application.android.js` if you are using plain JS.
62
+
1. Create a new TypeScript file in the root of your project folder - name it `application.android.ts` or `application.android.js` if you are using plain JS.
63
63
::: tip Note
64
64
Note the \*.android suffix - we want this file packaged for Android only.
65
65
:::
@@ -139,7 +139,7 @@ module.exports = env => {
139
139
// is relative to the webpack.config.js
140
140
// you may need to use `./app/application.android if
141
141
// your app source is located inside the ./app folder.
0 commit comments