Languages

Menu
Sites
Language
An error that occurs when creating a package

In the process of packaging two different projects in one, the error occurs repeatedly.

So, I asked to Tizen Forum about the two projects packaging method.

- https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fsample_descriptions%2Fmultiprocess_package.htm
- https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fapp_dev_process%2Fmultiple_project_dev_package.htm

According to Tizen Forum's guide, I packaging two projects in one app.
And, now that is not stored properly manifest and the specific code is missing.

* missed code.
    <Requirements>
        <Feature Name="http://tizen.org/feature/platform.core.cpu.arch.armv7">true</Feature>
        <Feature Name="http://tizen.org/feature/platform.core.fpu.arch.vfpv3">true</Feature>
        <Feature Name="http://tizen.org/feature/screen.size.normal.720.1280">true</Feature>
    </Requirements>

Please let me know.

Thank you.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
hgw7

Have you added the above features in the manifest.xml file ? If yes, you try a patch plugin. Download the plugin and follow the instructions given in the below link:
https://developer.tizen.org/forums/native-application-development/solved-invalid-manifest-file-created-tpk-case-multi-apps

theappsgames

According to the link above, I packaging the application.

Now, the application is not installed.

hgw7

Did you try the workaround or the following plugin steps ? 

Try the attached plugin below:

https://developer.tizen.org/sites/default/files/documentation/jarfile.zip

steps:

■quit Tizen ide.
■delete ~/tizen-sdk/ide/plugins/org.tizen.nativecpp.misc_3.0.0.*.jar
■copy attached file(in the above link) to ~/tizen-sdk/ide/plugins/
■restart Tizen ide

Please check the 'Features' tab in manifest.xml. Are these features added in manifest.xml files of the applications ?

■ http://tizen.org/feature/platform.core.cpu.arch

■ http://tizen.org/feature/platform.core.fpu.arch

■ http://tizen.org/feature/screen.size.normal