I’m getting this error with the static analysis:
“Usage of the UpdateLastKeypressTime() API is no longer permitted. Path: /components/TrackerTask_v.3.2.0.xml. Line: 694”
but I don’t event know where this file is, is not in my components folder either.
I saw other people with this issue that is resolve with re-packaging but that’s not working for me.
I was able to fix this issue, here’s the details:
I was doing this:
- Packaging my app content into a zip file
- Uploading this zip file using RALE (since it’s pretty easy) ← This step is causing the issue
- (Web) Convertir the package to squashfs
- (Web) Generating the package
- Uploading the package to Roku and getting the error. "Static analysis error “Usage of the UpdateLastKeypressTime()”
I fix by doing this instead:
- Packaging my app content into a zip file
2. Uploading this zip file using the web installer
- (Web) Convertir the package to squashfs
- (Web) Generating the package
- Uploading the package to Roku and getting the error. "Static analysis error “Usage of the UpdateLastKeypressTime()”