S susu Well-Known Member Licensed User Longtime User Apr 12, 2016 #1 Hi, I compile my new project after add some ad network and got this weird error. Missing androideasingfunctions-1.0.0.jar ???
Hi, I compile my new project after add some ad network and got this weird error. Missing androideasingfunctions-1.0.0.jar ???
DonManfred Expert Licensed User Longtime User Apr 12, 2016 #2 https://github.com/daimajia/AndroidViewAnimations This lib needs the named jar... See https://www.b4x.com/android/forum/threads/viewanimations.65124/ (the named jar is inside the libaryzip) or maybe Informatix ViewAnimation lib... Which libraries are you using in your app??? Upvote 0
https://github.com/daimajia/AndroidViewAnimations This lib needs the named jar... See https://www.b4x.com/android/forum/threads/viewanimations.65124/ (the named jar is inside the libaryzip) or maybe Informatix ViewAnimation lib... Which libraries are you using in your app???
S susu Well-Known Member Licensed User Longtime User Apr 12, 2016 #3 DonManfred said: https://github.com/daimajia/AndroidViewAnimations This lib needs the named jar... See https://www.b4x.com/android/forum/threads/viewanimations.65124/ (the named jar is inside the libaryzip) or maybe Informatix ViewAnimation lib... Which libraries are you using in your app??? Click to expand... You're right! I used your ViewAnimations lib but I forgot to copy androideasingfunctions.jar with it. Upvote 0
DonManfred said: https://github.com/daimajia/AndroidViewAnimations This lib needs the named jar... See https://www.b4x.com/android/forum/threads/viewanimations.65124/ (the named jar is inside the libaryzip) or maybe Informatix ViewAnimation lib... Which libraries are you using in your app??? Click to expand... You're right! I used your ViewAnimations lib but I forgot to copy androideasingfunctions.jar with it.