Im not having the exact same issue as yours in Eclipse, but I also face problems when trying to export with Eclipse. That´s why I prefer using Android Studio, it´s much easier and faster. You can download it here: https://developer.android.com/studio/index.html
[Quote = "mousefer post: 46433, membru: 22709"] Im care nu au aceeași problemă exact ca a ta in Eclipse, dar se confruntă cu probleme atunci când încearcă să exporte cu Eclipse. Asta-i de ce prefer utilizarea Android Studio, e mult mai ușor și mai rapid. Il puteti descarca aici: https://developer.android.com/studio/index.html [/ quote] I have android studio
Do exactly the same as in Eclipse: copy .jar and .aar into libs folder, add the stuff to AndroidManifest, and then Generate Signed APK
For anyone who is experiencing delays on android with sdk 10. I got this from heyzap "Thanks for reaching out, and really sorry for the delay in our response. It sounds like what you're experiencing is a black screen bug we've seen for a while in a few other developers. We've spent a ton of time on this issue and have pinpointed to a combination of network latency/connectivity/server issues causing the problem. Unfortunately we don't really have a fix for this; hopefully it doesn't happen often depending on the network connectivity... Sorry about that."
New tutorial for SDK 10 here: http://buildbox.com/forum/index.php?threads/android-heyzap-mediation-sdk-10-eclipse-tutorial.8793
Hi, Thank for the amazing tutorial @Christoph I followed exact steps and getting an error: [2017-03-17 01:39:43 - Dex Loader] Unable to execute dex: Multiple dex files define Ldagger/Lazy; [2017-03-17 01:39:43 - net.apptard.redrunner] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Ldagger/Lazy; any Idea what might be the issue? Thanks in advance.
Hi @manak4u , To get around these issues I have had to stop using Eclipse and use Android Studio and Multidex in your gradle.build. https://developer.android.com/studio/build/multidex.html I started getting these kind of errors in Eclipse when I used more than about 3 ads provide SDK. I don't think Eclispe can handle to many thrid party SDKs. Thanks Ben
Hey I followed all of these steps but now I'm getting an error that says "The container 'Android Dependencies' references non existing library 'C:\Users\Hamza\Documents\Buildbox Projects\Fast Blast (Android) 7\android\libs\google-play-services_lib\bin\google-play-services_lib.jar'" even though the google-play-services_lib.jar file actually IS in that location. Why does it say it's a non-existing library, and how do I fix this error?
Hi guys, Does anyone have the permissions for vungle for sdk 9? Something odd is happening, using sdk 9 and in testing the ads are showing for vungle, network is green but when opening it is showing in red Missing Premissions. Odd that the permissions are added in manifest. Using vungle 3.5 libs. Same is happening for applovin. Anyone any ideas? Cheers
Hi Cristian, I'm having the same problem. Actually everything works fine except for Vungle (Missing Activities and Permissions) and Unity. Unity even says in the TestSuite there has been no SDK detected. However it is in there. So far haven't found a solution for this. Best
In my case vungle is working fine- all ads are showing, just have Permissions missing there. Unity - for some reason do not detect the SDK and in heyzap dashboard I have authentication failure even I did copy pasted the right codes and all that on heyzapp.
Hi Cristian, I just contacted Heyzap. I will keep you posted! By the way I can confirm Christophs move: 2.2.8 with Heyzap Folder of a 2.2.7 export functions well and stable! Best
Hi All, I have anew one. I get in developer console a security warning Your app is sending Advertising ID over an unencrypted connection. This isn't recommended because network intermediaries might be able to intercept it. You should use an encrypted connection when sending Advertising ID Is happening when am adding the activities for Heyzapp on android manifest. BB227 and 228 export. SDK 9 activities copied from heyzapp. Anyone have any ideas? C
I exported a demo project with Buildbox 2.2.7. and imported it to Eclipse. I then took the "PTAdHeyzap.jar" of this 2.2.7 export. I then exported my new project with Buildbox 2.2.8 and then imported it to Eclipse. In Eclipse I changed "PTAdHeyzap.jar (2.2.8)" with "PTAdHeyzap.jar (2.2.7)" and added the Heyzap Third Party 9 SDKs into Eclipse. This way you can work with the stable Heyzap 9 SDK but use the features of 2.2.8 Buildbox. Do you understand what I'm talking about? Best