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

Android ASOP FAQ

Hi,

I have downloded the android source from the google repository. I have done some customization to the source of the Phone application.

I have also flashed my android developer phone (2-google ion) with this image.

When I try to install the application on the phone which has the flashed developer image,it works fine .

Ex:adb install -r phone.apk

But when i try to put the same application in an android os which comes with the google ion phone itself. (htc google ion image - os)
it says

data/app/vmdl11574.tmp (at Binary XML file line #0): Requires development platform AOSP but this is a release platform.


my questions
1. can i not use the same phone.apk on the any android os(donut). whatever developers build from the android source, is it restricted only for that development os-image platform ?.

2.what should i do to build applications for all android os by building from the android source (customizing).

thnk u
 
Back
Top Bottom