MIT-PAC / droidsafe-src

DroidSafe Android Static Analysis Source Repository
94 stars 48 forks source link

Build failed "Could not find resource file droidcalls.jar" #11

Open Carlos-RD opened 3 years ago

Carlos-RD commented 3 years ago

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?