Unexpected reserved word

Hi guys, i’m new to ionic.

i run my app with ionic serve, and it’s run ok. but when i run with
ionic run android -l -c -s

i got this error

how to resolved this ? thank you…

And you didn’t get any errors when building the project?

This contains a list of reserved words. Don’t use them for identifiers. Also don’t post text as images.

hi luuk,

I didn’t get any errors when building it. the error only happen when i run the app on emulator (nexus). it run ok on my device ( android 5.1.1, redmi 3 pro).

Okay and did you check the list of reserved words as @rapropos suggested?