function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jayanth ThathapudiJayanth Thathapudi 

Unable to Create new "Lightning Bundle"

User-added image
Eclipse Version: Mars.2 Release (4.5.2)
Force IDE version: 38

Please help me to resolve this issue.
SandhyaSandhya (Salesforce Developers) 
Hi Jayanth,

Try below steps

Append the following type in your eclipse project package.xml file and then Right click on your Project Force.com -> Refresh from server.
 
<types> 
<members>*</members>
<name>AuraDefinitionBundle</name>
</types>
Please refer below link for similar discussion.

https://developer.salesforce.com/forums/?id=906F0000000MKK9IAO

Hope this helps you!

If this helps you, please mark it as solved.

Thanks and Regards
Sandhya
Jayanth ThathapudiJayanth Thathapudi
Hi Sandhya ,

Thanks for the reply.

I already added that piece of code in the package.xml. but I think this will help to retrieve aura components from the server.
User-added image
My problem is that  I am not able to create new "Lightning Bundle"(No option available in File->New->"Lightning Bundle")

Regards
Jay
SandhyaSandhya (Salesforce Developers) 
Hi,

I am not sure but try changing the version to 39 as I see that in below link.

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_auradefinitionbundle.htm
 
Moreover, also I see that there is a red mark in your package.xml try to resolve that.

Thanks and Regards
Sandhya