Hello,
I’ve just reinstalled Ubuntu 16.04 lts, so I installed Android SDK, Node, NPM…
There is my ionic info
output :
cli packages: (/home/dlazzy/.nvm/versions/node/v7.8.0/lib/node_modules)
@ionic/cli-utils : 1.10.2
ionic (Ionic CLI) : 3.10.3
global packages:
Cordova CLI : 7.0.1
local packages:
@ionic/app-scripts : 3.1.8
Cordova Platforms : android 7.1.0
Ionic Framework : ionic-angular 3.9.2
System:
Android SDK Tools : 26.1.1
Node : v7.8.0
npm : 5.7.1
OS : Linux 4.13
So I cloned my aleady started Ionic project, then I do npm install && ionic cordova build android
, there was no problem with npm install
, but when building for Android, I have this error :
Error: Uh oh!
ENOENT: no such file or directory, open '/home/dlazzy/project_dir/platforms/android/AndroidManifest.xml'
So I can’t build anymore for Android… Before resetting my computer I already have node@7.8.0, codova@7.0.1 and ionic@3.10.3 and there was no problem
Thanks for your help