Software Archive
Read-only legacy content
17061 Discussions

CrossWalk and Android Current App names are different.

Nick_F_2
New Contributor III
419 Views

I have an App called RSV3 which was copied from an RSV2 project.

In CrossWalk Build screen the Cordova Development Build show the Current App: RSV2 but under a straight Android and ISO Build the Current App is shown as RSV3

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
419 Views

Did you copy the entire project from an existing project, including the <project-name>.xdk file? If so, this can cause some confusion. If you make a copy of an existing project you must zero-out the GUID inside the new <projext-name>.xdk file.

In other words, convert that line inside the new <project-name>.xdk file (using a code editor) to something like this:

"projectGuid": "00000000-0000-0000-0000-000000000000"

Then use the "Open an Intel XDK Project" button at the bottom left of the Projects tab to open this new project. You can still do this with the new project by first deleting it from the project list (use the X icon in the upper right of the Projects tab), modify the <project-name>.xdk file and use the "open" tool described above.

0 Kudos
Reply