简体   繁体   中英

error happens when i try to run my cross platform app on android

i'm trying to build a cross platform application using nativescript with angular. on web it runs perfectly but when i try it on android it doesnt run i had many errors that i solved but i'm stuck with this one. so please help me if you have any idea Error Message . i tried to add new path and updating the jdk but nothing has changed

honestly with error i didn't know wht to do so i'm hopêing that someone helps with it

Add this to your tsconfig.json

...
"include": [
    "src/tests/**/*.ts",
    "src/**/*.ios.ts",
    "src/**/*.android.ts"
  ],
   "files": [
     "./src/main.ts",
    "./references.d.ts",
     "./src/polyfills.ts"
   ]},
...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM