Languages

Menu
Sites
Language
TizenStudio Cannot ccreate package

I am unable to run samplss. And projects on Samsung Z2 device.

Projects that i created and deployed on Z2 and executed earlier too stopped running.

I receive the same message 'Cannot create package

Logs:

NLS missing message: START in: org.tizen.nativecore.build.messages
< Options >
-Build directory = D:\Users\patash\TizenStudioWorkspace\Ecr\Debug
-Architecture = i386
-Package name = org.patash.ecr
-Package version = 1.0.0
-Package type = TPK
-Project name = Ecr
-Artifact name = ecr

Initialize... OK
Copying files... OK
Signing... OK
Zip path: D:\Users\patash\TizenStudioWorkspace\EcoCharger\Debug\org.patash.ecr-1.0.0-i386.tpk
  adding: author-signature.xml          (in=-1) (file) 
  adding: bin/          (in=0) (directory) 
  adding: bin/ecr          (in=-1) (file) 
  adding: lib/          (in=0) (directory) 
  adding: res/          (in=0) (directory) 
  adding: res/images/          (in=0) (directory) 
  adding: res/images/Battery-Icon1.png          (in=-1) (file) 
  adding: res/images/circle.png          (in=-1) (file) 
  adding: res/images/gradient.jpg          (in=-1) (file) 
  adding: shared/          (in=0) (directory) 
  adding: shared/data/          (in=0) (directory) 
  adding: shared/res/          (in=0) (directory) 
  adding: shared/res/ecr.png          (in=-1) (file) 
  adding: shared/res/ecr_icon02_117.png          (in=-1) (file) 
  adding: shared/trusted/          (in=0) (directory) 
  adding: signature1.xml          (in=-1) (file) 
  adding: tizen-manifest.xml          (in=-1) (file) 
Zipping... OK

 

Anyone ? BTW the apk is formed for i386 and not arm strangly can this be the culprit ? And how to solve this problem ?

 

 

Cheers,

Aashish

Responses

3 Replies
Peter Wegner

Yes, the problem is wrong compiled... as  I386 is set instead ARM...

 

I've made this mistake also with my SM-Z130H the first few times...

:)

 

Try to Google or read documents... focus on ARM... I have forgotten which steps exactly...

 

Best Regards

Peter Wegner

You need to right-click your project in Project explorer of IDE and select Properties menu inside.

Then you can find  Architectireu menu after you go to C/C++ build --> Tizen Settings--> platform tab

I wish this will help you.

 

Taken from here:

https://developer.tizen.org/ko/forums/sdk-ide/build-only-simulator?langswitch=ko

Ashish Patil

Thanks peter. And sorry for late reply.

However just restarting the Tizen Studio solvs the problem. Although it comes back haunting again.

 

Cheers,

Aashish