I am not able to set the path, where to save my project. It is giving some errors - huawei-mobile-services

I am not able to set the path, where to save my project. It is giving some error. Can anyone help me with what the issue is?

You need to select a non-empty directory in the newly created project, as shown in the following figure:
If the problem persists, pls provide more detail error information for us to check.

Related

how to access the text of vscode breadcrumb from extension

I am trying to write an extension to copy the text / path shown in vscode breadcrumb (marked in blue in picture). But I am unable to find any vscode api to read that. Any help with that?
I am guessing that you have problem getting the JSON property key path from root to your desired property key, I have recently run into this problem as well with my translations JSON files.
I wrote my own extension for vs code to get the path from root the child. Please give it a try and let me know if it solved your problem.
Click here! check it out and download.
P.S: I didn't publish this in market place yet, since I have test runs to do. But this is a completely functional version.

Sikuli is not working in some machine

I have tried Sikuli for ui-automation. I have created an image and i tried to perform a click operation. It is working in one PC but while trying in another PC it is not working. I am getting an error "Fail can not find P(c:/users/--/pictures/googles.png". What might be the cause for the issue. Should I change any settings in my machine. Can u please help me.
Thanks,
Ganesh. K
That could be due to the directory. For example, try changing the "/" for "\\". The directory should look something like this:
"C:\\users\\my_directory\\file.png"
Another reason could be that your actual user doesn't have the rights to see that folder. Try putting that images in another directory outside the specific folder user.

BIRT: Error 18004 when trying to preview report

I'm totally new to BIRT.
I've installed Actuate BIRT Designer Professional, and when I try to access the preview tab of my report, or I try to Execute it, I always get an error 18004 that states
"Error accessing report parameters: cannot get file
PARAMETER1 = cannot get file "
I didn't find any info on the matter on the web. The only thing I've found points that maybe a strange character ($) in the workspace path could be creating the problem, but I don't know how to solve it (it's possible to recreate or move the workspace?)
Any insight on the matter will be much appreciated
Ok, in the end the problem was related to the workspace path including a $.
I fixed it just moving the workspace to a different location without strange characters in it.

SAPUI5 - Eclipse file not saved

I'm new to SAPUI5. Initially I'm working with My Fiori APP.
I have downloaded this project form this URL: http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60668332-b85d-3110-3fb7-8133d856d3e5
Now I'm trying to edit this file as my convenience, Now a time I got an error as Save coulde not be completed. I tried a lot to solve this problem. But Same issues repeated.
Please anyone help me to solve this Error.
This has nothing to do with UI5 or Eclipse. Check the following?
- do you have write permission in the folder?
- do you have write permission for the file?
Just make a right click on the folder/file, choose "Properties" and check for "Read-Only" flag...

problem with connection of facebook in my app for iPhone

I have complete code of facebook connection. But When i dragged the complete code into my application then 112 errors will occurs. wherever i have use use that code "FBConnect/FBConnectGlobal.h"Then error will arises "FBConnect/FBConnectionGlobal.h" No such file or directory. Even i have given all the path in project setting/project active setting.
So please tell me some solution how to rectify some solution. and also tell me exact place where i have set the path and what to give in that path
Thanks
I think Ayaz is right, you checked of the "copy items.." box. However, try and start over, deleting the FBConnect folder and do it without copying it. If you start changing the headers you will probably have to do it for all the classes and if there is an update to the FBConnect library you need to start all over again.