09-27-2012 01:07 PM
Good Afternoon, I am having problems when I run my application with the new BETA 3. Modify construcion errors R6 to R9. Built the application and I'm trying to run it on my device but DEV ALPHA, Install the application and begins to open this but then it closes.
In the console I see this error:
PVR: (Warning): initContext: ignoring buffer type CBUF_TYPE_PDS_VERT_SECONDARY_PREGEN_BUFFER [778 / eglglue.c]
And the "bar-descriptor.xml" appears "Element 'action` is deprecated. Use permission instead "
Who can help me?
Thank you!
Solved! Go to Solution.
09-27-2012 01:09 PM
09-27-2012 01:49 PM
I had the same problem with my Beta 2 app when I upgraded to Beta 3. The problem was with some QML tags being removed from the new SDK. The new beta 3 no longer displays console log from the device in the IDE so essentially you cannot tell where the QML breaks.
What you can do ssh to the device from IDE using the instructions found this thread:
and then you will be able to see which QML tag blows up the app and hopefully correct it.
Hope this helps.