项目作者: Miouyouyou

项目描述 :
Tizen Studio TPK manipulation archive : Fernflower edition !
高级语言: Java
项目地址: git://github.com/Miouyouyou/tpklib.git
创建时间: 2017-01-20T05:17:39Z
项目社区:https://github.com/Miouyouyou/tpklib

开源协议:

下载


About

The TPK library used by Tizen Studio to generate Tizen 3.x TPK file.
This is the $TIZEN_SDK_HOME/ide/plugins/tpklib.jar code decompiled by
http://www.javadecompilers.com/ , using
Fernflower as the decompiler.

License

UNKNOWN !!

Usage

Still unkown though… Currently, usage analysis is done by logging
actions and replacing Tizen Studio tpklib.jar by the one generated
by mvn package.

Compilation

Requirements

  • Maven
  • Java JDK 1.8
  • zip (The command line)
  • make

Warning

Backup the tpklib.jar in $TIZEN_SDK_HOME/ide/plugins somewhere
else !

Dependencies

You’ll have to copy the following jar files to your
$TIZEN_SDK_HOME/ide/plugins folder :

Click on the Download JAR link on each link’s webpage to get the
JAR files.

Instructions

  1. export TIZEN_SDK_HOME=/path/to/your/tizen-sdk
  2. make

Test

Relaunch Tizen Studio to take use the new tpklib.jar file.

TODO

  • Copy the dependencies sources directly in the library
  • Find how to use this library without Tizen Studio to generate a signed TPK file directly.