- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to fix this issue, here's the details:
I was doing this:
1. Packaging my app content into a zip file
2. Uploading this zip file using RALE (since it's pretty easy) <- This step is causing the issue
3. (Web) Convertir the package to squashfs
4. (Web) Generating the package
5. Uploading the package to Roku and getting the error. "Static analysis error "Usage of the UpdateLastKeypressTime()"
I fix by doing this instead:
1. Packaging my app content into a zip file
2. Uploading this zip file using the web installer
3. (Web) Convertir the package to squashfs
4. (Web) Generating the package
5. Uploading the package to Roku and getting the error. "Static analysis error "Usage of the UpdateLastKeypressTime()"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to fix this issue, here's the details:
I was doing this:
1. Packaging my app content into a zip file
2. Uploading this zip file using RALE (since it's pretty easy) <- This step is causing the issue
3. (Web) Convertir the package to squashfs
4. (Web) Generating the package
5. Uploading the package to Roku and getting the error. "Static analysis error "Usage of the UpdateLastKeypressTime()"
I fix by doing this instead:
1. Packaging my app content into a zip file
2. Uploading this zip file using the web installer
3. (Web) Convertir the package to squashfs
4. (Web) Generating the package
5. Uploading the package to Roku and getting the error. "Static analysis error "Usage of the UpdateLastKeypressTime()"