-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing android-dts-generator.jar - ns typings android not working #1802
Comments
I just ran into the same issue after updating my CLI to 8.6.1 and android core to "@nativescript/android": "8.6.2" for a plugin I've been working on. I'm guessing a copy rule broke somewhere in these updates and the jar file is no longer copied to platforms/android/build-tools/dts-generator.jar. I ended up searching for the jar fil, copied it into that folder before running the typings command and it completed successfully. |
@drangelod @vallemar which file did you copy into that folder? I've searched for Tried doing that (copy+rename) but then running
|
Ok, this helped:
Then, run @drangelod your previous comment helped, thanks :) |
Thanks everyone, especially @vpiskunov . This helped. Would be great if generating typings would work again out of the box. |
Issue Description
I'm trying to make the types:
ns typings android --aar ./colorpickerview-2.3.0.aar
When I try this I have the following output
I have looked inside the folder and the
dts-generator.jar
file does not existReproduction
No response
Relevant log output (if applicable)
No response
Environment
Dependencies
Please accept these terms
The text was updated successfully, but these errors were encountered: