Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

githubzhy/hello_world

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 

Repository files navigation

使用Android SDK 和 JDK 的命令 签名打包APK 创建签名 keytool -genkey -v -keystore stone.keystore -alias stone -keyalg RSA -keysize 2048 -validity 10000 生成签名文件 为apk签名 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore stone.keystore unsigned.apk stone 不生成新文件 检测apk是否签名 jarsigner -verbose -certs -verify signed.apk 优化apk zipalign -f -v 4 signed_unaligned.apk signed_aligned.apk

android源码 1, AndroidRef http://androidxref.com/ 2, https://www.codeaurora.org/

下载frameworks/av git clone https://source.codeaurora.org/quic/la/platform/frameworks/av -b aosp-new/master


http://webrtc.org.cn/

www.ffmpeg.org http://bbs.chinaffmpeg.com/forum.php

BookMarks 1 webrtc录音 http://www.webrtcbbs.com/forum.php?mod=viewthread&tid=278

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.