Forum Discussion
simranjit
7 years agoBinge Watcher
"OddScott" wrote:
My understanding is that this particular "Static Analysis" error is harmless, and can be ignored unless someone at Roku complains after the channel's package file has been submitted for approval.
That said, if you still want to eliminate the error, I believe all you need to do is to match the major and minor version numbers in the channel's manifest to the Version Number in your Roku Developer Account: https://developer.roku.com/docs/developer-program/getting-started/architecture/channel-manifest.md.
For example your current manifest probably contains:major_version=2
minor_version=3
build_version=3
If the store version is 7.6, change the manifest major_version and minor_version numbers to the following and the error should go away (build_version can be whatever you want):major_version=7
minor_version=6
build_version=3
No need to change the channel's Dev ID and the registry is not affected.
Thanks 🙂