An Android project is given to me by a client which I assume is done in ionic v1. I am asked to generate an APK file and build the code. I followed the steps given in ionic documentation to set up my system to build an ionic app but I am unable to build the project. I am getting the following message:
Here is a screenshot of the project structure. The client does not seem to have access to the original developer any longer. I am completely new to ionic. One of my colleagues guessed that it could be an ionic v1 project. If anyone knows what it could be then please help me build the APK.
You need to navigate to your ionic project folder first. You can do this by running cd "path of your ionic project"
Then you should be able to build it.
Not from what you have shown in screenshots for now.
The ionic info had a Framework version, but I have no idea where that was coming from. Certainly not from the folder structure you posted as it doesn’t even have a package.json where ionic info reads most its information.