Can I load an app built with Android source onto other devices? -


It looks like the answer will not be answered, but does anyone know that the custom made version of Custom-Android? Then load that apk file on a different device? Obviously, if you make changes in the OS and then trust them in your app, then you can not believe that you can use the source of repo (or appropriate version)?

If you can, then you can theoretically link against those things which are otherwise hidden in SDK, right? Or am I completely based here?

You always call private methods through reflection, But in general, it is a very bad idea that the handset vendors are free to change anything in the SDK, so your app will not work on some devices. However, if you only want to work on the app on only one device, or only work on a specific version of OS :)


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -