2

I am building Android source code on MacOS 10.12.6. Android Version is 7.1.1, I have faced few issues and till now i am able to resolve all of it.

Right now I am facing issue with "lunch" command following is the error :-

-bash: Saving: command not found
-bash: ...saving: command not found
-bash: ...completed.: command not found

** Don't have a product spec for: 'aosp_arm'
** Do you have the right repo manifest?

Any leads will be appreciated.

Regards.

r4jiv007
  • 2,974
  • 3
  • 29
  • 36

1 Answers1

0

I had faced this error because the folder name (where i downloaded AOSP code) was having space "MY AOSP" after changing it to "MY_AOSP" issue got fixed.