Câu hỏi được gắn thẻ «proguard»

ProGuard là một công cụ để thu nhỏ, tối ưu hóa, làm xáo trộn và xác minh trước các lớp Java. Nó được bao gồm trong Android SDK.


26
Làm cách nào để xóa tất cả các cuộc gọi ghi nhật ký gỡ lỗi trước khi xây dựng phiên bản phát hành của ứng dụng Android?
Theo Google, tôi phải " hủy kích hoạt mọi cuộc gọi tới các phương thức Đăng nhập trong mã nguồn " trước khi xuất bản ứng dụng Android của mình lên Google Play. Trích từ phần 3 của danh sách kiểm tra xuất bản : Hãy chắc chắn rằng bạn …



9
proguard hell - không thể tìm thấy lớp tham chiếu
Vì vậy, tôi đang cố gắng phát hành một số phần mềm nhưng Proguard đang khiến tôi đau đầu. Khi tôi cố gắng xuất bằng proguard, tôi nhận được rất nhiều cảnh báo tức là "không thể tìm thấy lớp tham chiếu" Ví dụ: [2011-08-07 17:44:37 - GAME] Warning: org.simpleframework.xml.stream.StreamReader: …
125 android  proguard 

3
NameNotFoundException webview
Tôi nhận được lỗi từ Crashlytics cho biết rằng một số thiết bị thiếu com.google.android.webview. Làm sao nó có thể xảy ra? java.lang.RuntimeException: Unable to start activity ComponentInfo{com.myapp.app/com.myapp.ReaderActivity}: android.view.InflateException: Binary XML file line #29: Error inflating class com.myapp.MyWebView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360) at android.app.ActivityThread.access$800(ActivityThread.java:144) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) …

5
Bật ProGuard trong Eclipse cho Android
Tài liệu mới về ProGuard cho Android cho biết thêm một dòng vào tệp default.properties trong thư mục chính của dự án. Tuy nhiên, khi mở tệp này, tôi đọc ở trên cùng: # This file is automatically generated by Android Tools. # Do not modify this file -- YOUR …



11
biến đổiClassesAndResourcesWithProguardForRelease FAILED
Tôi đang cố tạo ứng dụng Android của mình bằng Gradle trong bảng điều khiển. Nhưng gặp lỗi bên dưới về tác vụ ': app :formationClassesAndResourcesWithProguardForRelease': build.gradle: buildscript { repositories { jcenter() maven { url "https://jitpack.io" } } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.google.gms:google-services:3.0.0' } } allprojects { repositories { …

4
ProGuard: Định nghĩa trùng lặp của lớp thư viện?
Tôi chạy ProGuard cho dự án Android của mình và nhận được các cảnh báo sau: Note: duplicate definition of library class [org.apache.http.conn.scheme.HostNameResolver] Note: duplicate definition of library class [org.apache.http.conn.scheme.SocketFactory] Note: duplicate definition of library class [org.apache.http.conn.ConnectTimeoutException] Note: duplicate definition of library class [org.apache.http.params.HttpParams] Note: duplicate definition of library class …

9
appcompat-v7 v21.0.0 gây ra lỗi trên các thiết bị Samsung chạy Android v4.2.2
Chúng tôi vừa thay đổi ứng dụng của mình để sử dụng appcompat-v7 supportthư viện nhằm tận dụng thanh tác vụ hỗ trợ và hỗ trợ các chủ đề Material. Khi sử dụng v21.0.0 of appcompat-v7(và v21.0.0 of support-v4), chúng tôi hiện đang thấy sự cố Google Playvà thanh tác …



Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.