Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gomad
Roku Guru

Static Analysis Results ERROR.

I am getting this error while publishing:

Static Analysis Results
1 ERROR
RAF constructor call is present, but library import is missing

I have declared the required-lib in Manifest, and calling Library  "Roku_Ads.brs" in the video task that I use to play videos/ads. It works fine.
Error is only during Static analysis.

Any ideas?
0 Kudos
2 REPLIES 2
RokuNB
Roku Guru

Re: Static Analysis Results ERROR.

given that your code works (plays ads using RAF), seems the static analyzer was incorrect.
it tries to cover common scenarios but is not always right
0 Kudos
gomad
Roku Guru

Re: Static Analysis Results ERROR.

Thanks!
0 Kudos