latest 'ADT BUNDLE' open as JUNO eclipse f

2020-04-21 02:33发布

I downloaded the latest adt bundle (adt-bundle-windows-x86_64-20140624), and uncompresed that zip file, but when i try to open that adt, it open as juno eclipse. can any body help me to resolve this prblem.

thanks in advance

标签: adt
3条回答
叛逆
2楼-- · 2020-04-21 03:01

ADT Bundle contains Eclipse, to start Android development you need the ADT and the bundle comes with both you don't have to spend time searching for the ADT and Eclipse

查看更多
Deceive 欺骗
3楼-- · 2020-04-21 03:13

Same problem here, using OSX. The downloaded ADB dows not show the typical ADB buttons and other extension provided by the plugins, but just a plain Eclipse. Installing an older version of ADT (adt-bundle-mac-x86_64-20140321) and updating won't help.

The package seemes somehow broken, some files like the ADT app icon, just aren't there. Other people experimented problems (Same problem; Other problem, also documented here).

I know it's not a real answer, but I just switched to Android Studio. I think the only other option is reverting to an older versione and wait for a new release.

查看更多
祖国的老花朵
4楼-- · 2020-04-21 03:16

To not get blocked I've continued to install the latest ADT Bundle 23.0.0 and adt-bundle-windows-x86_64-20140624 fresh on my system. Updated the SDK to the latest and continued to set "targetVersion as '19'" instead of setting it to 20 or 21.

That way you can proceed ahead with your coding and later when things get resolved...you can implement that to new version. BTW, I've also selected 'Blank Activity / Empty Activity" during the project creation

Comment back if it makes sense or NOT until the problem gets resolved by Google... :)

The Bug thread about this issue can be tracked here : Latest ADT Bundle Bug Tracker

查看更多
登录 后发表回答