Error importing Maven Android Android project to Eclipse with ADT 20

前端 未结 4 976
终归单人心
终归单人心 2021-02-02 12:48

I\'m updated the ADT plugin to the last version (20) and the android-sdk tool. Now when I try to import an existent Android Maven to Eclipse raise the exception An interna

相关标签:
4条回答
  • 2021-02-02 13:23

    Just open your file. XML and tab below the "Graphical Layout" (in the case of eclipse). You still there locate the Android icon that is located on the top right that details the version that is used in my case was using version 18, I selected version 17 and the error disappeared.

    0 讨论(0)
  • 2021-02-02 13:29

    edit: Rather than do this, you might now be better off getting Ricardo's updated project from github, switching to the adt-20 branch, building with Maven, uninstalling the M2E connector as described below, and installing the new M2E connector from me.gladwell.eclipse.m2e.android.update/target/repository as a local repository, also as described below. Thanks, Ricardo!


    I had this problem and couldn't build my project. The only way I got round it was to downgrade ADT to 18.0.0. I couldn't find a way of doing this through the SDK Manager etc., so this turned out to be a bit of an ordeal - though I quite probably didn't do it the most sensible way! Anyway, I thought I'd post what I went through in case it helps anyone. I left out the umpteen Eclipse restarts. :)

    This was on Eclipse 3.7 on Linux.

    • Get the ADT zip: http://dl.google.com/android/ADT-18.0.0.zip
    • Get the Android SDK Tools archive for your OS: http://dl.google.com/android/android-sdk_r18-linux.tgz (replace linux.tgz with windows.zip or macosx.zip - sorry, Stack Overflow only allows me two links in my post!).
    • Disable automatic software updates: Window -> Preferences -> Install/Update -> Automatic Updates, uncheck 'Automatically find new updates and notify me'.
    • Uninstall Android SDK Tools: Window -> Android SDK Manager, check Android SDK Tools and click 'Delete 1 package'.
    • Uninstall ADT: Help -> Install New Software -> What is already installed? -> Installed Software, select all the Android* components and the Android Configurator for M2E and click 'Uninstall'.
    • Extract ADT-18.0.0.zip and install: Help -> Install New Software -> Add -> Local and browse to where you extracted it. Give the local repository a name and click OK, then select it from the 'Work with' drop-down and install the available software from it.
    • Extract the tools directory from the android-sdk_r18 archive into your android-sdks directory.
    • Install Android M2E connector: Preferences -> Maven -> Discovery, click 'Open Catalog' then select the connector. Deselect any ADT 20.0 features if prompted.
    0 讨论(0)
  • 2021-02-02 13:29

    Now the andriod maven connector it's fixed to works with ADT 20+, only needs to install the update from the following update site: http://rgladwell.github.com/m2e-android/updates/master/

    0 讨论(0)
  • 2021-02-02 13:32

    This is a known issue with the m2e-android plug-in caused due to changes in the ADT API:

    https://github.com/rgladwell/m2e-android/issues/89

    Please be patient while we find a fix.


    Update: The new 0.4.2 release fixes this issue was released today, please run an Eclipse update (Help -> Check for Updates) and let me know if this resolves your problems.

    0 讨论(0)
提交回复
热议问题