Jul 10, 2017 · 1 min read
I am also seeing the error ‘Error encountered resolving symbol values statically’ when running a production build.
The error is being caused by the AOT compile. Instead of building with ionic build android -release -prod, using ionic build android -release -minifyjs -minifycss works. Potentially, -optimizejs could also be added, but I am seeing errors with that, too.
I’ll be trying to figure my way through this and will post again if I find a solution.
