Thus, using npm run start.android when using https://github.com/NathanWalker/angular-seed-advanced starts the project in android. I installed all the dependencies using npm install and prepared the project correctly.
Unfortunately, after using the command, I get a TypeError: Path must be a string. Received undefined error message TypeError: Path must be a string. Received undefined TypeError: Path must be a string. Received undefined .
I tried to search for solutions on the Internet , but I could not make any of them, because I do not understand why this is happening.
Running tns doctor --log tail showed that there was a problem installing mobile environments (android and ios), so he automatically asked me to fix it by installing several dependencies and packages.
Among these changes, $ANDROID_HOME also added to the bash profile, but it is strange, although I have installed android sdk from sdk from 18 to 25, it seems that tns doctor --log tail seems to give me a message saying "you need to have at least would have an android sdk 22 ".
What should I do to fix this? Do you need more information?
Iβm already losing too much time and I really donβt know what to do.
Many thanks for your help.
source share