Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3621] Unable to run project on windows phone emulator

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDone
Resolution Date2016-05-13T14:13:14.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterSanchi Varma
AssigneeShak Hossain
Created2016-05-12T14:52:58.000+0000
Updated2016-05-13T14:13:14.000+0000

Description

I imported a project to Appcelerator. *ERROR 1* The project did not run on Emulator. >> ERROR : Application not registered. ------------- To resolve the above error I created a new project in appcelerator and copied its to my project. Now it ran. But as soon as the emulator opened, I get the following error : *ERROR 2* [INFO] -- Build files have been written to: C:/Users/.../.titanium/vsbuild/.../phone.x86 [INFO] Running MSBuild on solution: C:\Users\....\.titanium\vsbuild\...\phone.x86\Nalone.sln [ERROR] MakePri : error 0x80073b0f: Processing Resources failed with error: Duplicate Entry. [C:\Users\....\.titanium\vsbuild\...\phone.x86\Nalone.vcxproj] [ERROR] MakePRI : error 0xdef00532: Conflicting values for resource 'Resources/test_1_Fentanyl' [C:\Users\...\.titanium\vsbuild\...\phone.x86\Nalone.vcxproj] [ERROR] (_GenerateProjectPriFileCore target) -> MakePri : error 0x80073b0f: Processing Resources failed with error: Duplicate Entry. [C:\Users\...\.titanium\vsbuild\...\phone.x86\Nalone.vcxproj] MakePRI : error 0xdef00532: Conflicting values for resource 'Resources/test_1_Fentanyl' [C:\Users\...\.titanium\vsbuild\...\phone.x86\Nalone.vcxproj] 0 Warning(s) 2 Error(s)

Comments

  1. Sharif AbuDarda 2016-05-12

    Hello, Can you run a new project in Windows emulator? If so, I would suggest creating a new project and replace the necessary files with your imported project and try building the project. Also, a clean build should work for your case. Regards, Sharif.
  2. Sanchi Varma 2016-05-12

    Yes tried this already. Still getting the same error. Seems like the CMake generated solution files names i.e. [C:\Users\...\.titanium\vsbuild\...\phone.x86\TEST.vcxproj] (TEST here) are not the Current project or App ID names. So I still get the error : *ERROR* [INFO] -- Build files have been written to: C:/Users/.../.titanium/vsbuild/.../phone.x86 [INFO] Running MSBuild on solution: C:\Users\....\.titanium\vsbuild\...\phone.x86\TEST.sln [ERROR] MakePri : error 0x80073b0f: Processing Resources failed with error: Duplicate Entry. [C:\Users\....\.titanium\vsbuild\...\phone.x86\TEST.vcxproj] [ERROR] MakePRI : error 0xdef00532: Conflicting values for resource 'Resources/test_1_Fentanyl' [C:\Users\...\.titanium\vsbuild\...\phone.x86\TEST.vcxproj] [ERROR] (_GenerateProjectPriFileCore target) -> MakePri : error 0x80073b0f: Processing Resources failed with error: Duplicate Entry. [C:\Users\...\.titanium\vsbuild\...\phone.x86\TEST.vcxproj] MakePRI : error 0xdef00532: Conflicting values for resource 'Resources/testit_1_Fentanyl' [C:\Users\...\.titanium\vsbuild\...\phone.x86\TEST.vcxproj] 0 Warning(s) 2 Error(s) ----------------------------------------------- >> In the above action, I did not copy *manifest, tiapp.xml* and *.project* files to keep the basic properties of the new project. Can you please clear on which files to retain while copying the existing project files to newly created project so the VS files generated are also not named different than the project name. >> Also please clarify on some alternate solution as I have already tried this one. (VS = Visual Studio)
  3. Sanchi Varma 2016-05-13

    I was able to resolve the issue. There was duplication in the text resources file. Deleting one of which resolved the error. Thanks.

JSON Source