Unable to Install Custom Activities

Hi Guys i have created custom activity using vs2019 and added package source in settings section after that i am unable click install button and it was not performing anything and version text is on blank.

Any idea or any suggestions guys…

@sunilraju
strange issue, at last resort give a try on editing the project.json and edit from there the dependency. But ensure that the package is available in one of the configured feeds

it’ll be available in local !

and did you added your
C:\Users\SystemName\AppData\Local\UiPath\app-19.11.0-beta0002.\Packages
copy your nupkg file here and open new process and try again
Cheers @sunilraju

Issue resolved… Thank you
And once get installed custom activity how can i find custom activity in Activities panel by using namespace name or ?

name!

Unable to find the custom activity in studio.

search by the name of your activity!

@sunilraju
can you please confirm following:
you had created a custom library and published to a local feed
after referencing it via dependecy management you are expecting an entry in the activites tree
Right?

The Custom Library Project is under your control and you have access on this UiPath Project?