• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to insert admob in my apk file?

Hi, I need help from you guys,

I have made my website turned into an app for android, apk file. with the help from dudamobile and appgeyser.

I have eclipse and android SDK downloaded from google itself.

I come across a tutorial site to integrate my admob into the project.


My problem is,

1) I did not use eclipse and android sdk to create my mobile site. So i don't have a project there. Can I take my apk file and drop them into the Eclipse? If it works, how do I add it into the project?
 
If you have an apk, then somewhere along the line, there was a project. It sounds like these services you use either simply use a WebView to display your HTML/CSS, or treat the HTML/CSS as a scripting language and generate the actual code on the fly. Regardless, you do have a project somewhere--The question is whether or not you have access to it. If appgeyser doesn't grant you access to the project files, then I am afraid that there is nothing you can do aside from contacting them and hoping they can set it up for you. If you do have access to the generated project files, then you can modify them before repacking it into an APK.
 
Back
Top Bottom