parse app problem

Hi, when I migrate from Parse to Backendless, it shows following errors.
anyone can help me fix it? thx

You need to put your APP_ID and SECRET_KEY as Strings which means you need to use the qutasion marks before and after the strings with the copied IDs.

So correct would be:
Backendless.initApp(this, “FBBA…”, “738…”, appVersion);

You can also see the example here in the video:
http://support.backendless.com/knowledge-base/article/sample-app-code-review-–-login-ui-and-api