I'm trying to install droidsafe according to the WIKI. When I issue ant compile, I can see the builds completes, but with 46 errors. (See example below)
[exec] symbol: variable PendingIntent
[exec] location: class DroidSafeCalls
[exec] edu/mit/csail/droidsafe/DroidSafeCalls.java:132: error: cannot find symbol
[exec] context.startActivity (new Intent (context, activityClass));
I'm trying to install the eclipse plugin in macOS. When I run ant plugin-deploy I get the message Could not find resource file droidcalls.jar (along with the 46 errors above) and the build fails. How do I solve this issue?
Hello all,
I'm trying to install droidsafe according to the WIKI. When I issue ant compile, I can see the builds completes, but with 46 errors. (See example below)
[exec] symbol: variable PendingIntent [exec] location: class DroidSafeCalls [exec] edu/mit/csail/droidsafe/DroidSafeCalls.java:132: error: cannot find symbol [exec] context.startActivity (new Intent (context, activityClass));
I'm trying to install the eclipse plugin in macOS. When I run ant plugin-deploy I get the message Could not find resource file droidcalls.jar (along with the 46 errors above) and the build fails. How do I solve this issue?