Hi,
We are new to development on Roku. First we tried to build sample application for Roku devices:
On Roku Express 3900X , we tried Roku NDK sample application “simple_avplayer_es”:
1. Building for Roku2, the application stops at initial screen. No video is played.
2. Bulding for Roku4, the application stops at initial screen. No video is played.
it gives the following error:
BRIGHTSCRIPT: Error: roNDK: roNDK is not permitted: /pkg/source/main.brs
What is wrong? Or what did i miss?
On Another device (Roku 2450x), the result of trying to run the same sample application is:
1. Building for Roku2, the application is launched and plays the video successfully.
2. Bulding for Roku4, the application gives error for missing shared libs: libfdirectfb, libdirect and libfusion.
The NDK version is 7.2
Regards.