René's URL Explorer Experiment


Title: Start new app error · Issue #11010 · NativeScript/NativeScript · GitHub

Open Graph Title: Start new app error · Issue #11010 · NativeScript/NativeScript

X Title: Start new app error · Issue #11010 · NativeScript/NativeScript

Description: Issue Description When I create a new app and run it on Android, I get the following error: └─$ ns run android Searching for devices... Copying template files... Platform android successfully added. v9.0.1 Preparing project... Using @nat...

Open Graph Description: Issue Description When I create a new app and run it on Android, I get the following error: └─$ ns run android Searching for devices... Copying template files... Platform android successfully added...

X Description: Issue Description When I create a new app and run it on Android, I get the following error: └─$ ns run android Searching for devices... Copying template files... Platform android successfully added...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/11010

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Start new app error","articleBody":"### Issue Description\n\nWhen I create a new app and run it on Android, I get the following error:\n\n\n```shell\n└─$  ns run android                \nSearching for devices...\nCopying template files...\nPlatform android successfully added. v9.0.1\nPreparing project...\n\nUsing @nativescript/android which requires nsconfig.json to be present.\nWriting nsconfig.json based on the values set in nativescript.config.(js|ts).\nYou may add nsconfig.json to .gitignore as the CLI will regenerate it as necessary.\n\nThe bundler configuration file /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/webpack.config.js does not exist. Ensure the file exists, or update the path in nativescript.config.(js|ts).\n```\n\nThen I create the requested file, but when I run it again, I get the same error:\n\n```shell\n└─$  ns run android              \nSearching for devices...\nCopying template files...\nPlatform android successfully added. v9.0.1\nPreparing project...\n\nUsing @nativescript/android which requires nsconfig.json to be present.\nWriting nsconfig.json based on the values set in nativescript.config.(js|ts).\nYou may add nsconfig.json to .gitignore as the CLI will regenerate it as necessary.\n\nwebpack is watching the files...\nasset vendor.js 7.15 MiB [emitted] (name: vendor) (id hint: defaultVendor)\nasset bundle.js 376 KiB [emitted] (name: bundle)\nasset runtime.js 91.5 KiB [emitted] (name: runtime)\nasset tns_modules/inspector_modules.js 790 bytes [emitted] (name: tns_modules/inspector_modules)\nEntrypoint bundle 7.61 MiB = runtime.js 91.5 KiB vendor.js 7.15 MiB bundle.js 376 KiB\nEntrypoint tns_modules/inspector_modules 7.24 MiB = runtime.js 91.5 KiB vendor.js 7.15 MiB tns_modules/inspector_modules.js 790 bytes\norphan modules 108 KiB [orphan] 26 modules\nruntime modules 26.5 KiB 12 modules\nmodules by path ./node_modules/@nativescript/ 1.65 MiB 223 modules\nmodules by path ./node_modules/css-tree/lib/ 318 KiB 123 modules\nmodules by path ./node_modules/source-map-js/ 104 KiB\n  ./node_modules/source-map-js/source-map.js 405 bytes [built] [code generated]\n  + 10 modules\nmodules by path ./app/ 136 KiB 7 modules\nmodules by path ./node_modules/@csstools/ 132 KiB\n  ./node_modules/@csstools/css-calc/dist/index.mjs 28.3 KiB [built] [code generated]\n  + 4 modules\nmodules by path ./node_modules/css-what/dist/esm/*.js 24.9 KiB\n  ./node_modules/css-what/dist/esm/index.js 121 bytes [built] [code generated]\n  + 3 modules\n+ 4 modules\nwebpack 5.104.1 compiled successfully in 3724 ms\nWebpack compilation complete. Watching for file changes.\n         ~ applying user-defined configuration from /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/App_Resources/Android/before-plugins.gradle\nBuilt aar for @nativescript/core\nUpdating runtime package.json with configuration values...\nProject successfully prepared (android)\nBuilding project...\nGradle build...\n         + applying user-defined configuration from /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/App_Resources/Android/before-plugins.gradle\n         + applying user-defined configuration from /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/App_Resources/Android/before-plugins.gradle\n         + setting applicationId\n         + applying user-defined configuration from /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/App_Resources/Android/app.gradle\n         + adding nativescript runtime package dependency: nativescript-optimized-with-inspector\n         + adding aar plugin dependency: /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/node_modules/@nativescript/core/platforms/android/winter_tc-release.aar\n         + adding aar plugin dependency: /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/node_modules/@nativescript/core/platforms/android/widgets-release.aar\n         + adding aar plugin dependency: /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/node_modules/@nativescript/core/platforms/android/core.aar\nNote: Some input files use or override a deprecated API.\nNote: Recompile with -Xlint:deprecation for details.\nNote: Some input files use or override a deprecated API.\nNote: Recompile with -Xlint:deprecation for details.\nProject successfully built.\nBuild time: 51.217 s.\nThe build result is located at: /mnt/data/sources/repositories/mobloja/mobile/vue/loja/teste/test/platforms/android/app/build/outputs/apk/debug/app-debug.apk\nInstalling on device 0052361126...\nSuccessfully installed on device with identifier '0052361126'.\nUnable to apply changes on device: 0052361126. Error is: Invalid version. Must be a string. Got type \"object\"..\n```\n\nEnvironment\n\n```shell\n└─$  ns doctor android\n✔ Getting environment information \n\nNo issues were detected.\n✔ Your ANDROID_HOME environment variable is set and points to correct directory.\n✔ Your adb from the Android SDK is correctly installed.\n✔ The Android SDK is installed.\n✔ A compatible Android SDK for compilation is found.\n✔ Javac is installed and is configured properly.\n✔ The Java Development Kit (JDK) is installed and is configured properly.\n✔ Local builds for iOS can be executed only on a macOS system. To build for iOS on a different operating system, you can use the NativeScript cloud infrastructure.\n✔ Getting NativeScript components versions information...\n⚠ Update available for component nativescript. Your current version is 9.0.0-alpha.14-next-11-08-2025-19196807358 and the latest available version is 9.0.1.\n✔ Component @nativescript/core has 9.0.8 version and is up to date.\n✖ Component @nativescript/android is not installed.\n```\n\n### Reproduction\n\n_No response_\n\n### Relevant log output (if applicable)\n\n```shell\n\n```\n\n### Environment\n\n_No response_\n\n### Please accept these terms\n\n- [x] I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\n- [x] This is a bug report\n- [x] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/ricardobocchi","@type":"Person","name":"ricardobocchi"},"datePublished":"2025-12-18T14:21:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/11010/NativeScript/issues/11010"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c905dca4-c4c2-9f2e-6dbb-bf019a67b778
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id885A:1C08BC:13BBEF1:1A58B80:6964A16F
html-safe-nonce53ccf26edf110b797cdf76379e35361bffabe17dbfd329ca735ef7dbad07c821
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4ODVBOjFDMDhCQzoxM0JCRUYxOjFBNThCODA6Njk2NEExNkYiLCJ2aXNpdG9yX2lkIjoiMTE3MDIxMTM3Mzk2NjQ2NzQzOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0ab7c9b382da240f7b5751599f9af75b8c9d619129a89339ac72e4a99137969a
hovercard-subject-tagissue:3743371300
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/11010/issue_layout
twitter:imagehttps://opengraph.githubassets.com/cf5d0c91b0c6ca032cfd510be2731d79eea5fa47673f1e2f4f32add089ff28ca/NativeScript/NativeScript/issues/11010
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cf5d0c91b0c6ca032cfd510be2731d79eea5fa47673f1e2f4f32add089ff28ca/NativeScript/NativeScript/issues/11010
og:image:altIssue Description When I create a new app and run it on Android, I get the following error: └─$ ns run android Searching for devices... Copying template files... Platform android successfully added...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamericardobocchi
hostnamegithub.com
expected-hostnamegithub.com
Nonebaa7d9900fdf7b27d604f36887af878d569cfbdcf97126832a5f4f0caf0c6ba5
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release842eff1d11f899d02b6b3b98fa3ea4860e64b34e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/11010#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F11010
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F11010
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://github.com/NativeScript/NativeScript/issues/11010
Reloadhttps://github.com/NativeScript/NativeScript/issues/11010
Reloadhttps://github.com/NativeScript/NativeScript/issues/11010
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/11010
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.4k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 866 https://github.com/NativeScript/NativeScript/issues
Pull requests 59 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects 0 https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/NativeScript/NativeScript/security
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/11010
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/11010
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/11010
Start new app errorhttps://github.com/NativeScript/NativeScript/issues/11010#top
questionhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com/ricardobocchi
https://github.com/ricardobocchi
ricardobocchihttps://github.com/ricardobocchi
on Dec 18, 2025https://github.com/NativeScript/NativeScript/issues/11010#issue-3743371300
existing issueshttps://github.com/NativeScript/NativeScript/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
questionhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.