Status Update
Comments
no...@gmail.com <no...@gmail.com> #2
Please fix asap!!
vs...@google.com <vs...@google.com>
sa...@gmail.com <sa...@gmail.com> #3
Workaround that worked for me:
- Delete the support library from the SDK manager
- Create a new project & install the support library by clicking on "Install / Upgrade"
- Delete the support library from the SDK manager
- Create a new project & install the support library by clicking on "Install / Upgrade"
as...@gmail.com <as...@gmail.com> #4
The same thing.
kp...@gmail.com <kp...@gmail.com> #5
[Comment deleted]
za...@gmail.com <za...@gmail.com> #6
the same
mu...@gmail.com <mu...@gmail.com> #7
i have the same issue.. wish to be informed by a workaround that works..
ad...@gmail.com <ad...@gmail.com> #8
same thing
macosx snow leopard
eclipse 3.7
adt 20
I confirm that the workaround posted by saimon...@gmail.com works for me
macosx snow leopard
eclipse 3.7
adt 20
I confirm that the workaround posted by saimon...@gmail.com works for me
kz...@gmail.com <kz...@gmail.com> #9
I have Eclipse JUNO installed. Could not to resolve this problem...
sy...@gmail.com <sy...@gmail.com> #10
[Comment deleted]
es...@gmail.com <es...@gmail.com> #11
I can also confirm that Saimon's work-around fixed this issue.
- Mac OS X Lion 10.7.4
- Eclipse Indigo 3.7.2
- ADT r20
- Mac OS X Lion 10.7.4
- Eclipse Indigo 3.7.2
- ADT r20
p....@gmail.com <p....@gmail.com> #12
Saimons' workaround works on Juno, win Vista 32 bit
he...@gmail.com <he...@gmail.com> #13
I have the same issue on my notebook.
I checked on another computer - worked ok. Then I compared the folder "android-sdk-windows\tools\" and they were different. But sdk manager showed the same version on both pc.
I replaced the directory from worked computer. It helped.
I checked on another computer - worked ok. Then I compared the folder "android-sdk-windows\tools\" and they were different. But sdk manager showed the same version on both pc.
I replaced the directory from worked computer. It helped.
an...@gmail.com <an...@gmail.com> #14
I can also confirm that Saimon's work-around fixed this issue.
ma...@gmail.com <ma...@gmail.com> #15
same here
ro...@gmail.com <ro...@gmail.com> #16
Try to open the SDK MANAGER as administrator, worked for me!
ni...@nicu.ro <ni...@nicu.ro> #17
[Comment deleted]
ba...@gmail.com <ba...@gmail.com> #18
Here is a workaround, if you have a 'compatibility' folder in extras/android, rename it to support
gc...@gmail.com <gc...@gmail.com> #19
i have the same issue too.
ja...@gmail.com <ja...@gmail.com> #20
worked for me:
- Delete the support library from the SDK manager
- Close eclipse ,kill adb.exe
- Open eclipse,create a new project & install the support library by clicking on "Install / Upgrade"
- ok
- Delete the support library from the SDK manager
- Close eclipse ,kill adb.exe
- Open eclipse,create a new project & install the support library by clicking on "Install / Upgrade"
- ok
fo...@gmail.com <fo...@gmail.com> #21
posted by saimon not worked for me...
eclipse 4.2
sdk updated to Jelly Bean
adt 20
help~~~!
eclipse 4.2
sdk updated to Jelly Bean
adt 20
help~~~!
ju...@gmail.com <ju...@gmail.com> #22
worked for me:
- Delete the support library from the SDK manager
- Close eclipse ,kill adb.exe
- Open eclipse,create a new project & install the support library by clicking on "Install / Upgrade"
- ok
- Delete the support library from the SDK manager
- Close eclipse ,kill adb.exe
- Open eclipse,create a new project & install the support library by clicking on "Install / Upgrade"
- ok
ra...@android.com <ra...@android.com> #23
I wrote a patch that fixes this so that both are handled properly and I'll submit that ASAP.
If others encounter the same issue, please tell me the following BEFORE trying any workaround: what is the path of the support/compat lib in SDK/extras and what is the content of its source.properties. Thanks in advance.
[Deleted User] <[Deleted User]> #25
saimon workaround worked out for me but i can't find any activity or layout file create d in the project. And i was not able to create new one also. need help
mo...@gmail.com <mo...@gmail.com> #26
The same problem for me
zi...@gmail.com <zi...@gmail.com> #27
cs...@gmail.com <cs...@gmail.com> #28
While creating new project in eclipse default xml files(AndroidManifest, activity_main, strings, etc) don't open.
activity_main.xml
Could not open the editor: Android XML Editor Error
org.eclipse.core.runtime.CoreException: Error opening the Android XML editor. Is the document an XML file?
activity_main.xml
Could not open the editor: Android XML Editor Error
org.eclipse.core.runtime.CoreException: Error opening the Android XML editor. Is the document an XML file?
[Deleted User] <[Deleted User]> #29
Hi,guys.I have solved the problem.
When enter the directory "extras\android",there's no a folder named support,but a folder named compatibility,I created a new folder named support in "extras\android"and copied all the things inside folder compatibility to folder support,and it worked.
When enter the directory "extras\android",there's no a folder named support,but a folder named compatibility,I created a new folder named support in "extras\android"and copied all the things inside folder compatibility to folder support,and it worked.
ac...@gmail.com <ac...@gmail.com> #30
Work-around in comment 3 worked for me but now it doesn't create blank project, the pop-up doesn't go after clicking on Finish button, have to close it from top close button. Tried to create a blank activity manually but again same result, pop-up window doesn't go.
Tried on Eclipse 3.7.2 for MAC 10.6.8
Tried on Eclipse 3.7.2 for MAC 10.6.8
ra...@android.com <ra...@android.com> #31
Will be fixed by 848e872d629837043478c7b7b1510c462fb28980 in the next release.
The correct workaround is to use the SDK Manager and remove any existing Support or Compatibility library then reinstall it from the SDK Manager.
The correct workaround is to use the SDK Manager and remove any existing Support or Compatibility library then reinstall it from the SDK Manager.
gp...@gmail.com <gp...@gmail.com> #33
in \extras\android\
rename compatibility to support
rename compatibility to support
ra...@android.com <ra...@android.com> #34
@ #33, do not _just_ rename the folder. That will not work as you think it should as the code may have trouble adding the jar to your new project's library later. Instead simply open the SDK Manager, delete the existing support or compatibility library and reinstall it. It's easier and will do the Right Thing.
ra...@android.com <ra...@android.com> #35
Just a quick follow up: we've noticed that if you don't have the Support library and use the New Project Wizard to install it, when the install is successful the Finish button is enabled _but_ the display still says "Required version 8 / Installer: none". If you see this issue, just click Finish and it will work anyway.
That's a simple refresh issue which we fixed in ed5f89d683de58bcf9d46e47e5f114ba520c5e6a. We'll make that available ASAP too.
That's a simple refresh issue which we fixed in ed5f89d683de58bcf9d46e47e5f114ba520c5e6a. We'll make that available ASAP too.
[Deleted User] <[Deleted User]> #36
[Comment deleted]
[Deleted User] <[Deleted User]> #37
@ #29,@ #33,@ #34,I support #33 because I did it like that and it worked successfully.When I built a new android application project and ran,"hello world" displayed on the emulators screen.Open SDK Manager was unavailable.
su...@gmail.com <su...@gmail.com> #38
[Comment deleted]
su...@gmail.com <su...@gmail.com> #39
Unable to Create new Android Application using eclipse after updating to JellyBean.
As per Comment #29 : trying to do.
But dont have any "compatibility" folder in my Android SDK folder but "android-compatibility" folder is there. Can I rename it to "support" ?
As per
But dont have any "compatibility" folder in my Android SDK folder but "android-compatibility" folder is there. Can I rename it to "support" ?
mi...@gmail.com <mi...@gmail.com> #40
i have the same problem:
- windows 7 x64 sp1
- jdk 1.7.0 x64
- eclipse juno x64
- android sdk r20
- latest ADT plugin (just downloaded about 20min ago)
tried the "install/update" android support library from the wizard, didnt work
tried the "run sdk manager" as administrator, didn't work
tried every single workaround in this thread and nothing worked
it creates an android project but its empty, no activity no nothing, just a bunch of empty packages..
- windows 7 x64 sp1
- jdk 1.7.0 x64
- eclipse juno x64
- android sdk r20
- latest ADT plugin (just downloaded about 20min ago)
tried the "install/update" android support library from the wizard, didnt work
tried the "run sdk manager" as administrator, didn't work
tried every single workaround in this thread and nothing worked
it creates an android project but its empty, no activity no nothing, just a bunch of empty packages..
h....@gmail.com <h....@gmail.com> #41
Hi there, i did the opossite to comment 29, i had support folder but no compatibility folder, so i create a new one with this name, and copy support folder's content.
And when create a new project, the request of upgrade android support library, appear but also it activate finish button. So project was created.
And when create a new project, the request of upgrade android support library, appear but also it activate finish button. So project was created.
an...@gmail.com <an...@gmail.com> #42
[Comment deleted]
se...@gmail.com <se...@gmail.com> #43
Suggested workaroud by saimon (Comment 3) resolved the issue for me.
Eclipse Helios on Windows 7 32 bit.
Eclipse Helios on Windows 7 32 bit.
ph...@gmail.com <ph...@gmail.com> #44
Solution provided by Saimon worked for me. Thanks a lot.
Configuration:
Eclipse Indigox64
Android API 16
SDK-Tools 20
Configuration:
Eclipse Indigox64
Android API 16
SDK-Tools 20
si...@gmail.com <si...@gmail.com> #45
ch...@gmail.com <ch...@gmail.com> #46
Also on Win7 "run as admin" for SDK Manager and Eclipse
ba...@gmail.com <ba...@gmail.com> #47
As per #40 I've tried everything and cannot get it to work ( no activity source code )
I've uninstalled and re-installed the entire android SDK three times, and it does the same from scratch.
I can't reinstall eclipse as it's part of my Sybase SUP dev environment which is a PIA to install and patch, and it seems like it's and androind SDK rather than eclipse issue anyway...
I need this working ASAP, and can't even revert or download an appropriate older android SDK...
I've uninstalled and re-installed the entire android SDK three times, and it does the same from scratch.
I can't reinstall eclipse as it's part of my Sybase SUP dev environment which is a PIA to install and patch, and it seems like it's and androind SDK rather than eclipse issue anyway...
I need this working ASAP, and can't even revert or download an appropriate older android SDK...
di...@gmail.com <di...@gmail.com> #48
by deleting support liberary from sdk manager and then installing/ upgrade button it worked for me....
im...@gmail.com <im...@gmail.com> #49
Thanks,
I had same problem but it resolve by doing following changes
1.'compatibility' folder in side <sdk-path>/extras/android, rename it to 'support'
2. Restart eclipse.
Regards
Imran Ali
I had same problem but it resolve by doing following changes
1.'compatibility' folder in side <sdk-path>/extras/android, rename it to 'support'
2. Restart eclipse.
Regards
Imran Ali
ji...@gmail.com <ji...@gmail.com> #50
#29 , resolved my problem too..
Just changed the folder 'compatibility' to 'support' & restarted the eclipse.
Just changed the folder 'compatibility' to 'support' & restarted the eclipse.
la...@gmail.com <la...@gmail.com> #51
Didn't work for me - did fresh install, tried admin mode for both SDK and Eclipse (Juno and Indigo), same issue on both. Does seem to be an SDK issue. Kinda curious to see if a similar thing happens with the linux version ...
cy...@gmail.com <cy...@gmail.com> #52
resolved my problem too..
restarted eclipse and changed the folder 'compatibility' to 'support'
restarted eclipse and changed the folder 'compatibility' to 'support'
la...@gmail.com <la...@gmail.com> #53
After some futzing around, I discovered that the non-eclipse method of generating apps DOES work. So.
1. From your command line, run 'android list targets', and remember the ID of the target you're building for. (android.bat is within <sdk-root>/tools/)
2. Make a new directory somewhere to act as a temporary workspace.
3. Execute android create project --target <target-id> --name <AppName> --path <path-to-temporary-directory>/<AppName> --activity <ActivityName> --package com.example.<PkgName>
4. Open eclipse, and select New->Project->Android Project from Existing Code
5. Root dir. Browse to your temporary workspace directory you made in step 2.
6. Select the android app that was generated from step 3.
7. If you're wanting to use this project like a normal Eclipse project, select 'Copy Projects to Workspace'
8. Click Finish, and that should be it. You should then be able to continue as normal.
1. From your command line, run 'android list targets', and remember the ID of the target you're building for. (android.bat is within <sdk-root>/tools/)
2. Make a new directory somewhere to act as a temporary workspace.
3. Execute android create project --target <target-id> --name <AppName> --path <path-to-temporary-directory>/<AppName> --activity <ActivityName> --package com.example.<PkgName>
4. Open eclipse, and select New->Project->Android Project from Existing Code
5. Root dir. Browse to your temporary workspace directory you made in step 2.
6. Select the android app that was generated from step 3.
7. If you're wanting to use this project like a normal Eclipse project, select 'Copy Projects to Workspace'
8. Click Finish, and that should be it. You should then be able to continue as normal.
da...@gmail.com <da...@gmail.com> #55
I'm on linux. Copying the folder doesn't work, reinstalling the support library doesn't work...
That's ridiculous.
That's ridiculous.
de...@gmail.com <de...@gmail.com> #58
so...@gmail.com <so...@gmail.com> #59
Delete Android Support Library From Extras Folder in Android SDK Manager.
and then create a new project , it will work.
----Eclipse Juno--
and then create a new project , it will work.
----Eclipse Juno--
th...@gmail.com <th...@gmail.com> #60
[Comment deleted]
gn...@gmail.com <gn...@gmail.com> #61
Commentor 18 for President!
[Deleted User] <[Deleted User]> #62
Go the SDK_Folder/extra/android and rename the folder compatibility to support. After that, restart the Eclipse.
ex...@gmail.com <ex...@gmail.com> #63
Fixed on last update
al...@gmail.com <al...@gmail.com> #64
Read the Eclipse (JUNO) console output when pressing 'check again' on dependencies window. I had copied my Android folder to a non-Program Files (x86) location forgetting to delete where I had copied from, and read on the Eclipse console output that it was still trying to pull support file from Program Files (x86) and getting 'access denied'.
Solution :
. move Android folder to non-administrator-protected directory (eg just 'C:\'), and verify that eclipse is attempting to access the correct location (goto Window->Preferences)
Solution :
. move Android folder to non-administrator-protected directory (eg just 'C:\'), and verify that eclipse is attempting to access the correct location (goto Window->Preferences)
ph...@gmail.com <ph...@gmail.com> #65
I'm a new user and after mucking around with this for two weeks I have to say, this crap is just NOT ready for primetime.
Cordova-1.9.0 inside eclipse indigo with jquery-1.7+ and you're an absolute no go on anything you want to do.
This problem being primary.
Cordova-1.9.0 inside eclipse indigo with jquery-1.7+ and you're an absolute no go on anything you want to do.
This problem being primary.
gu...@gmail.com <gu...@gmail.com> #66
I have the same problem as Comment 40, and for the time being I use Comment 53's solution.
gu...@gmail.com <gu...@gmail.com> #67
The issue seems to be related with creating activity, since I also can't create new activity on existing project.
ma...@googlemail.com <ma...@googlemail.com> #68
I can't download anything from my AVD Manager; I strongly need an offline installation link
th...@gmail.com <th...@gmail.com> #69
I'm a new user and i've got the same thing. Trying to follow the Online First Project Tutorial and i create projects but they dont have any srd files and semingly dont have any activities.
When i click Finish at the end of the New Project bit the dialog box flashes but doesnt disappear and a half empty project seems to be created. I don't have a compatibility library to rename and i have reinstalled the support library to no effect.
Again I have had to resort ot Comment #53s command line solution
When i click Finish at the end of the New Project bit the dialog box flashes but doesnt disappear and a half empty project seems to be created. I don't have a compatibility library to rename and i have reinstalled the support library to no effect.
Again I have had to resort ot Comment #53s command line solution
gu...@gmail.com <gu...@gmail.com> #70
I've just updated Android Support Library to rev.10 and still cannot create new Android project and/or new Activity on Eclipse Juno.
ju...@gmail.com <ju...@gmail.com> #71
Hi guys. I just copy the all files and directories from "D:\android-sdk-windows\android-compatibility" to "D:\android-sdk-windows\extras\android\support" and it's works fine to me.
I hope that this works.
Best regards for all.
https://play.google.com/store/apps/developer?id=Júlio+Lemos
I hope that this works.
Best regards for all.
mb...@gmail.com <mb...@gmail.com> #72
[Comment deleted]
gk...@gmail.com <gk...@gmail.com> #73
Worked for me
Run SDK Manager as admin.
Sort by API level in Extra check Android Support Library
and check again in eclipse
BOOMMMMM.
cheers
Run SDK Manager as admin.
Sort by API level in Extra check Android Support Library
and check again in eclipse
BOOMMMMM.
cheers
gr...@gmail.com <gr...@gmail.com> #74
For me I didn't have anything to delete in the SDK manager and it kept saying file not found.
Solution:
Close eclipse
Run SDK manager as administrator
It installed and worked for me.
Solution:
Close eclipse
Run SDK manager as administrator
It installed and worked for me.
wh...@gmail.com <wh...@gmail.com> #75
thanks you for Comment #20
lv...@gmail.com <lv...@gmail.com> #76
in china . fuck , download speed slowly and slowly and slow .... give me a url not use sdk manager.
sa...@gmail.com <sa...@gmail.com> #77
Somehow none of the suggested workarounds do it for me.
I have updated everything today:
Eclipse Java edition 4.2 32-bit for Windows
ADT 20.0.3
I don't even get the option to add the compatibility lib in the wizard.
Could someone PLEASE create a project with targeting 16 with mintarget 8 and swipe + title strip navigation for a BlankActivity? Thanks
I have updated everything today:
Eclipse Java edition 4.2 32-bit for Windows
ADT 20.0.3
I don't even get the option to add the compatibility lib in the wizard.
Could someone PLEASE create a project with targeting 16 with mintarget 8 and swipe + title strip navigation for a BlankActivity? Thanks
de...@gmail.com <de...@gmail.com> #78
Very detailed step by step guide to setup Eclipse JUNO, Android SDK , ADT and then running an android hello world project on emulator on a Windows 7 64 bit (or 32 bit)
m....@gmail.com <m....@gmail.com> #79
I have the same time.
1.update adt. current version : 20.0.3.v201208082019-427395
2.create project, dont selecte ‘Create Activity’
hope can help you.
1.update adt. current version : 20.0.3.v201208082019-427395
2.create project, dont selecte ‘Create Activity’
hope can help you.
os...@gmail.com <os...@gmail.com> #80
Tried everything mentioned above...Doesn't work!
I Have updated from Eclips, ADT to everything possible but still doesn't work!!!
Has someone found the Root Cause? Can someone explain the Root Cause so that accordingly I can try.
Thanks.
I Have updated from Eclips, ADT to everything possible but still doesn't work!!!
Has someone found the Root Cause? Can someone explain the Root Cause so that accordingly I can try.
Thanks.
da...@gmail.com <da...@gmail.com> #81
Getting the same issue as #40 on OSX Mountain Lion. Unfortunately I have a project coming up for Android, but this introduction makes me wish it was for iOS - at least I can create a project there! Is all of Android this stable?
as...@gmail.com <as...@gmail.com> #82
[Comment deleted]
as...@gmail.com <as...@gmail.com> #83
Summarized solution:
->The ultimatum is to have two folders namely support and compatibility.
->Both folders have identical contents(Thing is if one is available, copy and rename
it to the one which is missing)
->Reason for disablement of Finish button:Problem happened during installation as either of folders was absent.
->Once you have got both the folders in the root directory of android SDK, high 5's you will be successfully done with installation
->The ultimatum is to have two folders namely support and compatibility.
->Both folders have identical contents(Thing is if one is available, copy and rename
it to the one which is missing)
->Reason for disablement of Finish button:Problem happened during installation as either of folders was absent.
->Once you have got both the folders in the root directory of android SDK, high 5's you will be successfully done with installation
ra...@android.com <ra...@android.com> #84
If anyone still has this issue, you might want to try with the preview of Tools 21 available at http://tools.android.com/download/adt-21-preview ; it should have the fix. If you report success/failures, just make sure to indicate which Tools version you were using (android > sdk manager > about).
fe...@gmail.com <fe...@gmail.com> #85
Renaming didn't work
Reinstall support tool diesn't work
#53 worked for me
Reinstall support tool diesn't work
#53 worked for me
da...@gmail.com <da...@gmail.com> #86
Same result as #85 on OSX
ta...@gmail.com <ta...@gmail.com> #87
I had the same problems...
What worked for me is to download eclipse pulsar from herehttp://www.eclipse.org/pulsar/
(Windows 32-bit version) and i downloaded again The ADT from the 'Install New Software'
What worked for me is to download eclipse pulsar from here
(Windows 32-bit version) and i downloaded again The ADT from the 'Install New Software'
pe...@gmail.com <pe...@gmail.com> #88
comment 53 worked for me, after no other fixes listed here worked. THANK YOU !
Eclipse Version 4.2.0, Build id: I20120608-1400
Linux, Debian 6, AMD64 x 4
Eclipse Version 4.2.0, Build id: I20120608-1400
Linux, Debian 6, AMD64 x 4
sw...@gmail.com <sw...@gmail.com> #89
I faced the same issue.I uninstalled the SDK and reinstalled it.
os...@gmail.com <os...@gmail.com> #90
If none of the above method works for you try installing Preview versions of SDK (current 21 rc5) along with platform tools (15 rc6) and then from Eclipse-> install new Software -> use 'https://dl-ssl.google.com/android/eclipse-preview/ ' update site to update ADT plugin to ADT 21 Preview 5.
Otherwise you have to use Comment #53 .
Otherwise you have to use
lg...@gmail.com <lg...@gmail.com> #91
Comment 71 worked for me.
el...@gmail.com <el...@gmail.com> #92
if you are getting the Access denied message, and have windows 7, this worked for me
1. go to user account control settings
2.lower the setting to Never Notify
3. restart computer
it should work after that
1. go to user account control settings
2.lower the setting to Never Notify
3. restart computer
it should work after that
ma...@gmail.com <ma...@gmail.com> #93
Running eclipse as an Administrator in Windows 8 (x64), then following saimon...@gmail.com's recommendations (comment 3) worked for me.
ax...@gmail.com <ax...@gmail.com> #94
Comment 3 worked for me also
Win7 x64
Eclipse Juno
Java 6 Update 24
Win7 x64
Eclipse Juno
Java 6 Update 24
bi...@gmail.com <bi...@gmail.com> #95
comment 46 worked for me : run SDK manager as administrator
JDK 7u7 64
Win 7 x64
Eclipse Juno
JDK 7u7 64
Win 7 x64
Eclipse Juno
ch...@gmail.com <ch...@gmail.com> #96
This template requires a more recent version of the Android Eclipse plugin. Please update from version 20.0.3.
now plz help me out from this.... asap
now plz help me out from this.... asap
ra...@android.com <ra...@android.com> #97
@chinglen... comment 96: your issue is different, let's not mix it with this issue. Please file a new tools bug and we'll take it from there.
ch...@gmail.com <ch...@gmail.com> #98
I had the same problem. For me it was a permissions issue. Either run eclipse in administrator mode or give yourself full access to the android-sdk folder.
an...@gmail.com <an...@gmail.com> #99
@chinglen, comment 96: I believe your issue is that you installed the preview v21 developer SDK through the SDK manager, but did not also update the ADT plugin through eclipse's Install New Software... and then adding the following URL: https://dl-ssl.google.com/android/eclipse-preview/
Hope that works, cheers.
Hope that works, cheers.
sa...@gmail.com <sa...@gmail.com> #100
i solve this problem by run sdk manager as administrator
right click on sdk manager then chosse run as administrator
right click on sdk manager then chosse run as administrator
ba...@gmail.com <ba...@gmail.com> #101
My solution is that I found out that Android Support Library was not installed on my computer (I didn't even have an Android folder under extras/. I ran the SDK Manager as Administrator, selected this and installed it. Then I tried creating a new project and I got the same error. I clicked Install/Upgrade and the Finish button became enabled. The next time I created a new project, I didn't get this error.
ma...@gmail.com <ma...@gmail.com> #102
hi ..i too had the same problem
i downloaded support library for offline installation in the internet
and created the folder extras in android_sdk , inside extras i created folder android, inside android i created support folder and extracted the downloaded library files there. now problem solved .../extras/android/support
i downloaded support library for offline installation in the internet
and created the folder extras in android_sdk , inside extras i created folder android, inside android i created support folder and extracted the downloaded library files there. now problem solved .../extras/android/support
[Deleted User] <[Deleted User]> #103
I Just Downloaded The Google Android SDK, How do i start eclipse, All i got was files,
sa...@gmail.com <sa...@gmail.com> #104
Brando1, have a look here: http://developer.android.com/sdk/installing/index.html
Next time, please use a suited forum for these kind of questions. Do not reply to this.
Next time, please use a suited forum for these kind of questions. Do not reply to this.
ra...@android.com <ra...@android.com> #105
Issue should be resolved with latest Tools r21 and ADT 21.
If you encounter the issue again please file a DIFFERENT bug instead of adding to this one.
If you encounter the issue again please file a DIFFERENT bug instead of adding to this one.
ak...@gmail.com <ak...@gmail.com> #106
Simple solution:
Eclipse > Help > Check for updates
Let it to do rest for you.
Here you are, you can keep coding.
Eclipse > Help > Check for updates
Let it to do rest for you.
Here you are, you can keep coding.
ar...@gmail.com <ar...@gmail.com> #107
I have got the solution of the problem.
1.Delete the Android support library for sdk.
2.Again select the it.
3.Install it again.
4.Restart Eclipse Juno.
Its works well.
1.Delete the Android support library for sdk.
2.Again select the it.
3.Install it again.
4.Restart Eclipse Juno.
Its works well.
xm...@gmail.com <xm...@gmail.com> #108
1. tools
Eclipse Java Development Tools
Version: 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
Build id: M20120208-0800
Android Developer Tools
Build: v21.0.0-531062
Android SDK Tools 21.1 rc2
2. can't create Android Object and Android Activity, it's can't click finish button
Eclipse Java Development Tools
Version: 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
Build id: M20120208-0800
Android Developer Tools
Build: v21.0.0-531062
Android SDK Tools 21.1 rc2
2. can't create Android Object and Android Activity, it's can't click finish button
nu...@gmail.com <nu...@gmail.com> #109
i am on adt 21 and still see this problem - i.e "finish" button is greyed out on "New Activity" dialog.
wasn't this supposed to be fixed?
wasn't this supposed to be fixed?
bh...@gmail.com <bh...@gmail.com> #110
[Comment deleted]
bh...@gmail.com <bh...@gmail.com> #111
This is for the people who have no compatibility folder at sdk\extras\android and only support folder is present at given path.
As usual open eclipse.make new project. In the new Android Project Wizard on the second screen where is says "Select whether to create an activity, and if so, what kind of activity"
Simple un-check the Create Activity, A new Blank Activity will be enabled to be created. -
Click Finish.
They might push a fix for the issue you have highlighted soon.
As usual open eclipse.make new project. In the new Android Project Wizard on the second screen where is says "Select whether to create an activity, and if so, what kind of activity"
Simple un-check the Create Activity, A new Blank Activity will be enabled to be created. -
Click Finish.
They might push a fix for the issue you have highlighted soon.
le...@gmail.com <le...@gmail.com> #112
I am on adt 21 too and I am seeing this problem with the 'finish' button being greyed out too!
bh...@gmail.com <bh...@gmail.com> #113
Have you tried #111 ???
le...@gmail.com <le...@gmail.com> #114
Yes I've tried the steps in #111, no success.
le...@gmail.com <le...@gmail.com> #115
This is the error I'm seeing in the Error log window:
DDMS files not found: /Users/lm/Developer/Android/adt-bundle-mac-x86_64-20130219/eclipse/Eclipse.app/Contents/MacOS/platform-tools/adb /Users/lm/Developer/Android/adt-bundle-mac-x86_64-20130219/eclipse/Eclipse.app/Contents/MacOS/tools/hprof-conv /Users/lm/Developer/Android/adt-bundle-mac-x86_64-20130219/eclipse/Eclipse.app/Contents/MacOS/tools/traceview
I'm also seeing this error:
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateWizard.performFinish(TemplateWizard.java:184)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.performFinish(NewProjectWizard.java:1)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Priority
at freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65)
at freemarker.log.Logger.getLogger(Logger.java:284)
at freemarker.template.utility.SecurityUtilities.<clinit>(SecurityUtilities.java:67)
at freemarker.ext.beans.BeansWrapper.<clinit>(BeansWrapper.java:147)
at freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
at freemarker.core.Configurable.<init>(Configurable.java:139)
at freemarker.template.Configuration.<init>(Configuration.java:142)
at freemarker.template.Configuration.<clinit>(Configuration.java:127)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.render(TemplateHandler.java:291)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.computeChanges(NewProjectWizard.java:270)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard$1.populate(NewProjectWizard.java:312)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.createEclipseProject(NewProjectCreator.java:714)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.access$1(NewProjectCreator.java:675)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator$4.run(NewProjectCreator.java:867)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.create(NewProjectCreator.java:886)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.performFinish(NewProjectWizard.java:344)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateWizard$1.run(TemplateWizard.java:188)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 20 more
Root exception:
java.lang.NoClassDefFoundError: org/apache/log4j/Priority
at freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65)
at freemarker.log.Logger.getLogger(Logger.java:284)
at freemarker.template.utility.SecurityUtilities.<clinit>(SecurityUtilities.java:67)
at freemarker.ext.beans.BeansWrapper.<clinit>(BeansWrapper.java:147)
at freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
at freemarker.core.Configurable.<init>(Configurable.java:139)
at freemarker.template.Configuration.<init>(Configuration.java:142)
at freemarker.template.Configuration.<clinit>(Configuration.java:127)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.render(TemplateHandler.java:291)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.computeChanges(NewProjectWizard.java:270)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard$1.populate(NewProjectWizard.java:312)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.createEclipseProject(NewProjectCreator.java:714)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.access$1(NewProjectCreator.java:675)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator$4.run(NewProjectCreator.java:867)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.create(NewProjectCreator.java:886)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.performFinish(NewProjectWizard.java:344)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateWizard$1.run(TemplateWizard.java:188)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 20 more
DDMS files not found: /Users/lm/Developer/Android/adt-bundle-mac-x86_64-20130219/eclipse/Eclipse.app/Contents/MacOS/platform-tools/adb /Users/lm/Developer/Android/adt-bundle-mac-x86_64-20130219/eclipse/Eclipse.app/Contents/MacOS/tools/hprof-conv /Users/lm/Developer/Android/adt-bundle-mac-x86_64-20130219/eclipse/Eclipse.app/Contents/MacOS/tools/traceview
I'm also seeing this error:
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateWizard.performFinish(TemplateWizard.java:184)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.performFinish(NewProjectWizard.java:1)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4134)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1458)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1271)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3980)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3619)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Priority
at freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65)
at freemarker.log.Logger.getLogger(Logger.java:284)
at freemarker.template.utility.SecurityUtilities.<clinit>(SecurityUtilities.java:67)
at freemarker.ext.beans.BeansWrapper.<clinit>(BeansWrapper.java:147)
at freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
at freemarker.core.Configurable.<init>(Configurable.java:139)
at freemarker.template.Configuration.<init>(Configuration.java:142)
at freemarker.template.Configuration.<clinit>(Configuration.java:127)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.render(TemplateHandler.java:291)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.computeChanges(NewProjectWizard.java:270)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard$1.populate(NewProjectWizard.java:312)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.createEclipseProject(NewProjectCreator.java:714)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.access$1(NewProjectCreator.java:675)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator$4.run(NewProjectCreator.java:867)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.create(NewProjectCreator.java:886)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.performFinish(NewProjectWizard.java:344)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateWizard$1.run(TemplateWizard.java:188)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 20 more
Root exception:
java.lang.NoClassDefFoundError: org/apache/log4j/Priority
at freemarker.log.Log4JLoggerFactory.getLogger(Log4JLoggerFactory.java:65)
at freemarker.log.Logger.getLogger(Logger.java:284)
at freemarker.template.utility.SecurityUtilities.<clinit>(SecurityUtilities.java:67)
at freemarker.ext.beans.BeansWrapper.<clinit>(BeansWrapper.java:147)
at freemarker.template.ObjectWrapper.<clinit>(ObjectWrapper.java:69)
at freemarker.core.Configurable.<init>(Configurable.java:139)
at freemarker.template.Configuration.<init>(Configuration.java:142)
at freemarker.template.Configuration.<clinit>(Configuration.java:127)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateHandler.render(TemplateHandler.java:291)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.computeChanges(NewProjectWizard.java:270)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard$1.populate(NewProjectWizard.java:312)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.createEclipseProject(NewProjectCreator.java:714)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.access$1(NewProjectCreator.java:675)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator$4.run(NewProjectCreator.java:867)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
at com.android.ide.eclipse.adt.internal.wizards.newproject.NewProjectCreator.create(NewProjectCreator.java:886)
at com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.performFinish(NewProjectWizard.java:344)
at com.android.ide.eclipse.adt.internal.wizards.templates.TemplateWizard$1.run(TemplateWizard.java:188)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 20 more
le...@gmail.com <le...@gmail.com> #116
I've created a new issue with this, since in the comments that's what the project member said to do. #54452
mv...@gmail.com <mv...@gmail.com> #117
@#115 The same problem with eclipse 4.3 with ADT Version: 21.1.0.v201302060044-569685. The problem is with missing log4j library. Solution is to download a log4j from apache (http://www.apache.org/dyn/closer.cgi/logging/log4j/1.2.17/log4j-1.2.17.zip ) extracting the jar file and installing it into the eclipse/plugins/ directory
cp log4j-1.2.17.jar org.apache.log4j_1.2.17.jar
Hope this helps.
Martin
cp log4j-1.2.17.jar org.apache.log4j_1.2.17.jar
Hope this helps.
Martin
ra...@gmail.com <ra...@gmail.com> #118
Any workaround for this issue?
I have done all the above mentioned comments but issue still persists for me!
I have done all the above mentioned comments but issue still persists for me!
al...@gmail.com <al...@gmail.com> #119
same problem here
this is frustrating. no solution after all this time?
this is frustrating. no solution after all this time?
as...@gmail.com <as...@gmail.com> #120
same problem here
this is frustrating. no solution after all this time?
But at last after installing the latest ADT bundle with 22 version. same problem faced --> then solution in the #3 comment worked for me. Confirmed.
this is frustrating. no solution after all this time?
But at last after installing the latest ADT bundle with 22 version. same problem faced --> then solution in the #3 comment worked for me. Confirmed.
mi...@gmail.com <mi...@gmail.com> #121
I've tried everything in this thread and another and as of right now I still can't even open a single new project.
1) ran SDK as admin
2) folder in android sdk path is called support and not compatibility.
3) I see Required Version: (blank); Installed version: 18
4) reinsatlled/uninstalled just about every library/resource possilbe
Seems to be a new post at issue# 34169 regarding my exact problem (scroll to end). Hard to believe this bug has not been fixed.
Juno SR 2
win 32-bit
1) ran SDK as admin
2) folder in android sdk path is called support and not compatibility.
3) I see Required Version: (blank); Installed version: 18
4) reinsatlled/uninstalled just about every library/resource possilbe
Seems to be a new post at issue# 34169 regarding my exact problem (scroll to end). Hard to believe this bug has not been fixed.
Juno SR 2
win 32-bit
bh...@gmail.com <bh...@gmail.com> #122
Uninstall API 18 and Use API level 17,Install All sdk for api 17 and try
it..May be it will work for you..
it..May be it will work for you..
mr...@gmail.com <mr...@gmail.com> #123
i have the same problem as #121
i have tried everything,but it still not be solved...
win7 64bit
sdk ver is lastest
adt22
i have not idea and it make me crazy
i have tried everything,but it still not be solved...
win7 64bit
sdk ver is lastest
adt22
i have not idea and it make me crazy
yc...@gmail.com <yc...@gmail.com> #124
Same problem with #121. I have tried everyhing but nothing works.
dh...@gmail.com <dh...@gmail.com> #125
Same here I have tried uninstalling everything and reinstalling it but nothing! Unchecking the create activity (#111) does work for me but I am not able to follow the Anrdoid training because of it. I would like to know what is going on?
dh...@gmail.com <dh...@gmail.com> #126
I also find it extremely frustrating that the required version is (blank) while my installed version is 18 which is up to date! And when I click on update/install, it doesn't do anything!
al...@gmail.com <al...@gmail.com> #127
same problem
newest release, clean OS, clean setup
I'm a little bit frustrated (
newest release, clean OS, clean setup
I'm a little bit frustrated (
yc...@gmail.com <yc...@gmail.com> #128
I unchecked create activity and now it continues but of course some things are missing. So for those (like my self) who can't wait and want to start training right now you can do this:
1.Create an android project
2.Uncheck the create activity
3.After the project is ready, go to your package explorer and expand your project. Expand both your gen folder and note the package name. Then right click on the src folder and go to new then package. Name your new package exactly like the one in your gen folder.
4. Right click on your new package in src folder and create a new java class and name it MainActivity. In your java class copy paste the following. (DONT FORGET TO RENAME name_of_your_package WITH YOUR NEW CREATED PACKAGE NAME):
package name_of_your_package;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity{
/** Called when the activity is first created. */
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
if the onCreate method gives you an error then delete everything whithin the public class MainActivity and then you can right click anywhere in the java class then go to source an then Override/Implement Methods, expand Activity and find the method onCreate(Bundle), check it and hit ok. Then add setContentView(R.layout.main);
below the super.OnCreate method. The MainActivity class in the end should have the same code as the one I told you to copy and paste above...
5.Go to your res folder and then right click on your layout folder and click new android xml file. Name it main and hit finish. Open the main.xml and click on main.xml tab(it's below the Pallete tab). Copy this right before </LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
6.Go to your values folder and open the strings.xml. Click add and then choose @string and hit ok. Then choose that string and type in the Name field hello and in Value* Hello World!!!
7.Go to your AndroidManifest.xml and copy this right before the </application>
<activity android:name=".MainActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
The step 5(the part where you copy/paste in the main.xml) and 6 is to put the hello world text in your app. After you have done all these then click save and try to run your app on the emulator...It should work. I hope I haven't forgotten anything.
Remember I am a rookie!!!
1.Create an android project
2.Uncheck the create activity
3.After the project is ready, go to your package explorer and expand your project. Expand both your gen folder and note the package name. Then right click on the src folder and go to new then package. Name your new package exactly like the one in your gen folder.
4. Right click on your new package in src folder and create a new java class and name it MainActivity. In your java class copy paste the following. (DONT FORGET TO RENAME name_of_your_package WITH YOUR NEW CREATED PACKAGE NAME):
package name_of_your_package;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity{
/** Called when the activity is first created. */
@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
if the onCreate method gives you an error then delete everything whithin the public class MainActivity and then you can right click anywhere in the java class then go to source an then Override/Implement Methods, expand Activity and find the method onCreate(Bundle), check it and hit ok. Then add setContentView(R.layout.main);
below the super.OnCreate method. The MainActivity class in the end should have the same code as the one I told you to copy and paste above...
5.Go to your res folder and then right click on your layout folder and click new android xml file. Name it main and hit finish. Open the main.xml and click on main.xml tab(it's below the Pallete tab). Copy this right before </LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
6.Go to your values folder and open the strings.xml. Click add and then choose @string and hit ok. Then choose that string and type in the Name field hello and in Value* Hello World!!!
7.Go to your AndroidManifest.xml and copy this right before the </application>
<activity android:name=".MainActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
The step 5(the part where you copy/paste in the main.xml) and 6 is to put the hello world text in your app. After you have done all these then click save and try to run your app on the emulator...It should work. I hope I haven't forgotten anything.
Remember I am a rookie!!!
rs...@gmail.com <rs...@gmail.com> #129
my case is little bit different. in my install dependencies window, required version is empty and installed version is 18. no response when I clicked install/update button. are you guys too?
ar...@gmail.com <ar...@gmail.com> #130
I was having the problem as described in comments #126 and #129 (required version is empty and installed version is 18) and the following two Stack Overflow fixes worked for me (Windows 7 64 bit, Eclipse ADT):
// This is the first fix that has you comment out a dependency in the activity template.xml file.
http://stackoverflow.com/questions/18839428/issues-when-create-new-android-application-project-in-eclipse
// This is another step a commenter had to do which I also had to do.
http://stackoverflow.com/questions/18852983/eclipse-reports-rendering-library-more-recent-than-adt-plug-in
I hope this works for you also.
// This is the first fix that has you comment out a dependency in the activity template.xml file.
// This is another step a commenter had to do which I also had to do.
I hope this works for you also.
dm...@gmail.com <dm...@gmail.com> #131
#130 helped, thanks.
yc...@gmail.com <yc...@gmail.com> #132
#130 helped me too...I just had to replace the folder /sdk/tools/templates/activities with the one in the zip. Ubuntu 13.04. Thanks!!! :)
m....@gmail.com <m....@gmail.com> #133
Navigation Type Is not Available In new blank activity.
wi...@gmail.com <wi...@gmail.com> #134
Problem still persistant after 2 years. Unable to build any working Android project no matter the fix/hack or combination of Android versions.
di...@gmail.com <di...@gmail.com> #135
I just switched to Android Studio now; I think Eclipse is the neglected step-child and is going to see less and less love in the future.
Description
SDK tools version: 20.0.0.v201206242043-391819
Eclipse version: 3.6.2
ADT plug-in version: 20.0.0
Platform targeted by your project: 2.2
Version of the platform running in the emulator:
STEPS TO REPRODUCE:
1. Create a New Android Application Project in Eclipse
2. Assign names and choose Build SDK as Android 4.1 (API 16)
3. Choose API8: Android 2.2 (Froyo) as Minimum Required SDK
4. Uncheck create custom launcher icon, check "Create Project in Workspace" and click Next
5. Check "Create Activity" and choose "BlankAvtivity" click Next
6. Keep new activity info, Navigation Type "None" click Next
7. Goes to this - see attached file - "This template depends on the Android Support library, which is either not installed, or the template depends on a more recent version than the one you have isntalled."
"You can install or upgrade it by clicking the Install button below, or alternatively, you can install it outside of Eclipse with the SDK Manager, then click on "Check Again" to proceed."
The "Finish" button is still disabled.
EXPECTED RESULTS:
"Finish" button should be enabled
OBSERVED RESULTS:
After clicking "Install / Upgrade" it installs successfully but nothing happens and the "Finish" button is still disabled.
After clicking on "Check Again" nothing happens and the "Finish" button is still disabled.