Skip to content

synder/apk-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apker

A android platform-tool 'aapt' node wraper

Install

$ npm install -g apker

Parse android APK info

apker -p <apk-path>
apker --path=<apk-path>

Use in code

var parser = require('apker');
parser.parse('./**.apk', function (err, info) {
   if(err){
       return console.error(err);
   }

   console.log(info);
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published