i found sample plugin in android source code. let’s say i can write a plugin using the sample, how would i get my emulator to run the plugin that i wrote?
Do i need to recompile the source code? if yes, how is that possibly done?
thanks:)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For anyone struggling with this situation, i found a way around:
include a “webview” inside your application and create a webclient for it.
this imports the native browser inside your app. So i added manually a url bar and go button and some other stuff for my application, which makes it look like if it was a plugin for the native browser! this is the best solution so far, until google provides an easy feasible way to develop plugins for the native browser