0
Two days I’ve been trying to figure it out but I haven’t been successful.
The command used was the "Cordova run android"
Below is a message that appears when I try to run Cordova on device:
ERROR running one or more of the Platforms: Error: "E: Projects Bookstore-right Platforms android Assets" not Located Within project! You may not have the required Environment or OS to run this project
Can you provide more information? What command did you try to run Cordova with? Are you sure that inside the folder
E:\Projetos\Livraria-direito\platforms\
there is a folder called Android and it is not empty?– Pedro Henrique
In your
config.xml
you have the platform tag:<platform name="android"></platform>
?– Zuul