Hybrid App Size Increasing When Generating Signed Package

Original Created Dec 20, 2017 | Regeneration Apr 22, 2026

I'm developing a hybrid application using Tizen Studio. Every time I generate a signed package, the application size keeps increasing. What could be causing this issue?

Problem Understanding

The issue occurs when generating signed packages for a hybrid Tizen application, where the package size increases with each build. This is typically caused by:

  1. Unnecessary files being included in the package
  2. Build artifacts accumulating between builds
  3. Incorrect packaging configuration

Solution Methods

  1. Check Package Contents

    • Right-click your project in Project Explorer (left pane)
    • Select Properties → Tizen Studio → Package
    • Expand your package name to view included files
    • Uncheck any unnecessary files (especially .wgt files if present)
  2. Clean Build Directory

    • Perform a clean build before generating the signed package
    • In Tizen Studio: Project → Clean → Clean all projects
  3. Review Build Configuration

    • Check your build.gradle or project configuration
    • Ensure no duplicate dependencies are included
    • Verify asset and resource file inclusion

Additional Tips

  • Regularly clean your build directory between package generations
  • Monitor your package contents after each build
  • Consider using ProGuard or similar tools to minimize code size
  • Check for unused resources that might be included in the package

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.