Exporting an Android project while using proguard on adt&sdk 20

后端 未结 5 795
青春惊慌失措
青春惊慌失措 2020-12-21 04:59

I\'ve updated to the new adt&sdk 20, and I\'m having problems with the new way Proguard is being used on Eclipse. I\'m not a pro with Proguard at all, yet I\'ve always u

5条回答
  •  粉色の甜心
    2020-12-21 05:09

    Ok , the solution is that for some reason , I had the wrong location set for sdk.dir variable on eclipse.

    So what I did is to:

    1. Go to eclipse's preferences
    2. Searched for variables
    3. And went to java->build path->classpath variables
    4. And added "sdk.dir" variable with the value of the directory of android sdk .

提交回复
热议问题