Search found 13 matches

Go to advanced search

by Rahul Pandey
Thu Apr 16, 2015 10:29 am
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

Nevermind, I got it working. In case anyone else faces the same problem. I have to increase the version number in pom.xml for every changes and sometimes have to re-add the plugin with jar files with new increased version number.

by Rahul Pandey
Mon Apr 13, 2015 12:09 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

What to do with that jar caching issue? Whenever I upload new changes to jar it just doesn't get reflected.

by Rahul Pandey
Thu Apr 02, 2015 1:25 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

Also I have added a code to close the activity of the after 30 secs. This is the code code new Handler().postDelayed(new Runnable(){ @Override public void run() { // TODO Auto-generated method stub Log.d("CordovaLog","Finishing Activity"); finish()...
by Rahul Pandey
Thu Apr 02, 2015 12:59 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

So to make it work I have to remove the dependency from pom.xml and recreate the build and after creating the build I have to re-upload the jar file and modify the pom?

by Rahul Pandey
Thu Apr 02, 2015 12:02 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

Today, I deleted the jar file from my project. However, my project is still getting built without giving any error. And the plugin for which jar files is needed is working properly. What is happening? I have uploaded the modified jar files, but still the project is getting built with the old jar fil...
by Rahul Pandey
Wed Apr 01, 2015 8:47 am
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

Now the project started building. This is what I did - 1) Deleted both pom.xml 2) Deleted AndroidManifest.xml 3) Then did "Undo All Sources Changes" for Android folder 4) Deleted Everything related to Barcode Scanner from pom.xml files and AndroidManifest.xml file 5) Readded the jar and li...
by Rahul Pandey
Wed Apr 01, 2015 6:53 am
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

I got it working on the project, but when I added the same code on other project in another account. The build process is again started giving me Build Error. I think the issue is related to Android version used for building the code. Since If I export the project and create the apk with mvn package...
by Rahul Pandey
Tue Mar 31, 2015 2:42 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

I want to recreate the app, but do not want to work with the design and services part. What is the best way to restore only design and services?

by Rahul Pandey
Tue Mar 31, 2015 1:37 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

Thank you for replying.
The app is getting build now. I am currently listing my steps backward, to get the exact cause of the issue.

by Rahul Pandey
Mon Mar 30, 2015 2:49 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 4122
 
Jump to post

Adding Plugins with JAR and .SO library files

After researching I found that adding a system scope dependency is not a proper method. So I redo the changes, as shown in the attached images and now I am back to the Build Error. I do not understand what is the exact error, it just shows the build error. I also configured the maven on my local mac...

Go to advanced search