Using Proguard for Android in Eclipse got Error

前端 未结 7 1386
误落风尘
误落风尘 2021-02-07 01:00

I have taken a fresh install of Eclipse and all the latest Android tools and want to use Proguard on existing project, but for now I have created a new blank one. I have added a

7条回答
  •  我在风中等你
    2021-02-07 01:31

    You need to define your Android SDK path without spaces. Copy&Paste from this answer by Mark:

    Proguard error: Expecting class path seperator - not sure where I need to put a path in quotes

    Yep, that worked for me. To put it specifically:

    In Eclipse: Window > Preferences > Android > SDK Location

    use something like c:\Progra~1\android-sdk (or maybe c:\Progra~2\android-sdk on 64bit)

    For me the path is "c:\Progra~1\Android\android-sdk-windows"

提交回复
热议问题