QA : why proxy_core can not use third party or dependencies library ??#3
Open
CMingTseng wants to merge 24 commits intoyangkun19921001:masterfrom
Open
QA : why proxy_core can not use third party or dependencies library ??#3CMingTseng wants to merge 24 commits intoyangkun19921001:masterfrom
CMingTseng wants to merge 24 commits intoyangkun19921001:masterfrom
Conversation
Owner
|
@CMingTseng Your pull request has been received and will be processed on the weekend. |
…k.utils.Zip" on path: DexPathList[[zip file "/data/app/com.yk.dexdeapplication-1/base.apk"],nativeLibraryDirectories=[/data/app/com.yk.dexdeapplication-1/lib/arm64, /system/lib64, /vendor/lib64, /system/vendor/lib64]]
1. Java encoding = "UTF-8" 2. make runnable jar
Owner
|
@CMingTseng 在该分支已经修复 zip 异常,https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found |
…cies library (local ok !! but remote ??)
# Conflicts: # proxy_core/build.gradle # proxy_core/src/main/java/com/example/proxy_core/ProxyApplication.java
Author
我推了新的PR https://github.com/yangkun19921001/DexEncryptionDecryption/tree/zip_class_not_found 不知道為何Zip這個class異常 然後我修改了 proxy_tool部分 增加判別Java_home的位置 以及 current work folder path的路徑 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dear Sir
i modify
upgrade gradle version
fix Main class -- add check os type
export zip & EncryptUtil as thirty party module
i get crash !! java.lang.ClassNotFoundException
THX