reverse-unina / AndroidRipper

A toolset for the automatic GUI testing of mobile Android Applications.
http://reverse.dieti.unina.it/
GNU Affero General Public License v3.0
28 stars 21 forks source link

Config file does not exist! #7

Open DAN931223 opened 4 years ago

DAN931223 commented 4 years ago

To launch Android Ripper from the command line:java -jar AndroidRipper.jar apkFile [config.properties] For example,To launch Android Ripper from the command line:java -jar AndroidRipper.jar E:\GuiRipper\AndroidRipper-2017.10\tool\tools\AndroidRipperService.apk [default.properties] Error message: ERROR: Config file does not exist! Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) Caused by: java.lang.NullPointerException at it.unina.android.ripper.boundary.AndroidRipper.main(AndroidRipper.java:80) ... 5 more I need help badly, thank you very much!

LeoLRH commented 2 years ago

@DAN931223 Hi, have you run this tool successfully? To many errors

nstdr531 commented 2 years ago

@DAN931223 @LeoLRH Hi, have you run this tool successfully?