Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8923591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:10:01+00:00 2026-06-15T07:10:01+00:00

I built a release version of my app and then decided I wanted to

  • 0

I built a release version of my app and then decided I wanted to use ProGuard. I added the following to my project.properties file:

proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt

When I try to build a release version, I get the following errors:

[2012-11-28 17:47:37 - MyApp] Proguard returned with error code 1. See console
[2012-11-28 17:47:37 - MyApp] Warning: oauth.signpost.signature.OAuthMessageSigner: can't find referenced class org.apache.commons.codec.binary.Base64
[2012-11-28 17:47:37 - MyApp] Warning: oauth.signpost.signature.OAuthMessageSigner: can't find referenced class org.apache.commons.codec.binary.Base64
[2012-11-28 17:47:37 - MyApp] Warning: oauth.signpost.signature.OAuthMessageSigner: can't find referenced class org.apache.commons.codec.binary.Base64
[2012-11-28 17:47:37 - MyApp] Warning: oauth.signpost.signature.OAuthMessageSigner: can't find referenced class org.apache.commons.codec.binary.Base64
[2012-11-28 17:47:37 - MyApp] Warning: oauth.signpost.signature.OAuthMessageSigner: can't find referenced class org.apache.commons.codec.binary.Base64
[2012-11-28 17:47:37 - MyApp] Warning: there were 5 unresolved references to classes or interfaces.
[2012-11-28 17:47:37 - MyApp]          You may need to specify additional library jars (using '-libraryjars').
[2012-11-28 17:47:37 - MyApp] java.io.IOException: Please correct the above warnings first.
[2012-11-28 17:47:37 - MyApp]   at proguard.Initializer.execute(Initializer.java:321)
[2012-11-28 17:47:37 - MyApp]   at proguard.ProGuard.initialize(ProGuard.java:211)
[2012-11-28 17:47:37 - MyApp]   at proguard.ProGuard.execute(ProGuard.java:86)
[2012-11-28 17:47:37 - MyApp]   at proguard.ProGuard.main(ProGuard.java:492)

This is clearly referencing the signpost libraries I am using. I believe I have added the required jars and libraries correctly, but I guess not?

enter image description here

I added the signpost jars via the “Add External JARs…” button, and added the commons-codec library via the “Add External Class Folder…” button.

What am I doing wrong here?

UPDATE:

I added a file called proguard-project.txt to the project’s root.

proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

Inside the proguard-project.txt file, I added the following:

-keep class org.apache.** { *; }
-keep class oauth.signpost.** { *; }

I am still receiving the same errors.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T07:10:03+00:00Added an answer on June 15, 2026 at 7:10 am

    I don’t know the explanation, but I had the same problem with the guava libraries, having exactly this same warning message. I fixed it by doing this:

    -dontwarn com.google.common.collect.MinMaxPriorityQueue
    

    Also with AdMob classes. Same thing. So, perhaps you could do the same:

    -dontwarn org.apache.commons.codec.binary.Base64
    

    Since you’re succesfully using those classes in your code already.

    Warning: since I don’t know exactly what this does, proceed with caution and possibly try reading about it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I made a little app and built a release version. Now I want to
A project i'm working on is crashing when built with release configuration. We need
I recently released a new version of my iPhone app that was built for
I'm trying to build a release version of my iPhone app in Xcode 4
I have the following code to build a project from another C# app: var
I wrote this small C++ program and built it(Release) #include<iostream> int main(){ std::cout<<Hello World;
Much of our C# release code is built with the 'Optimize code' option turned
If I've built my application in release mode, and precompiled the aspxs, what does
After launching our first public alpha release of http://wwww.trademango.com which is built with Play
I'm used to VS2008, in which a release build would be built upon pressing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.