question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support path to *.jar file when adding a library.

See original GitHub issue

On Android side library add command should support path to *.jar file.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
triniwizcommented, Apr 9, 2022

@isapir drop them in App_Resources/Android/libs

1reaction
NathanWalkercommented, Apr 9, 2022

That’d be super helpful @isapir - if they could be added here instead would be great: https://docs.nativescript.org/app-resources.html

Source here: https://github.com/NativeScript/docs-new/blob/develop/app-resources.md

Even though right now it states regarding styling - I think we could create a new page out of a section you add to that document. If pr’d it we could then add other things to a new page about things like this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add library path to jar file - java - Stack Overflow
I would like to add a library path like: "java -Djava.library.path="bin"", to my jar file, how can i do this? I have to...
Read more >
How to Add Libraries to a JAR - Java Basics - GitHub Pages
Solution 1: Using the Class-Path Attribute. The Class-Path attribute of the manifest file allows you to state a list of JARs that the...
Read more >
Adding Classes to the JAR File's Classpath
We want to load classes in MyUtils.jar into the class path for use in MyJar.jar. These two JAR files are in the same...
Read more >
How to Add JARs to Project Build Paths in Eclipse (Java)
1. Create a new folder named lib in your project folder. This stands for "libraries" and will contain all the JARs you'll be...
Read more >
Adding the Missing Library JAR Files
In the Eclipse IDE, right-click the sample project, and select. Properties . · Click. Java Build Path . · On the. Libraries ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found