Когда я выполняю tns run ios, все в порядке, но tns run android просто дает мне такую ошибку. Я пробовал и устройство, и эмулятор, но результат был тот же.
Я сделал:
- переустановил платформы, node_module, хуки. tns doctor не имеет ошибок
- очистка кеша в webstorm (android проект студии не имеет проблем
- работает) создал новый файл {N} с tns create, но возникла такая же ошибка
- помещаю applicationId = "org.nativescript.fagck_app" 'в мой
- файл app.gradle. перезагружал ПК / adb несколько раз. запустил `tns debug
- android --debug-brk`, но все равно произошла та же ошибка
- переустановите brew jdk8
код ошибки:
Installing on device 2744b499...
Successfully installed on device with identifier '2744b499'.
Application org.nativescript.fagck_app is not running on device 2744b499.
This issue may be caused by:
* crash at startup (try `tns debug android --debug-brk` to check why it crashes)
* different application identifier in your package.json and in your gradle files (check your identifier in `package.json` and in all *.gradle files in your App_Resources directory)
* device is locked
* manual closing of the application
Unable to apply changes on device: 2744b499. Error is: Application org.nativescript.fagck_app is not running.