libicudata.so is private implementation of the platform, so third party apps should not be using it. If it disappeared (and I couldn't say, this isn't my area of the system), then this is kind-of suffering the consequences of using a private API and they need to update their app to not do that.
2011/1/16 Leeky <[email protected]> > I found that libicudata.so is not in /system/lib in GingerBread Model. > I'm sure it is google's strategy or my conpany's fault. > > I guess libicudata.so is a common library and it is being used not > only flashplayer.so but also other libs. > But only flashplayer.so occurs errors. > So It may be changed to use libicudata.so. > > Do u have any idea of it. > Any clue is very helpful to me. > > Thanks in advance. > > On 1월12일, 오후2시03분, Dianne Hackborn <[email protected]> wrote: > > Are you working with Adobe? > > > > > > > > > > > > > > > > > > > > On Tue, Jan 11, 2011 at 6:43 PM, Leeky <[email protected]> wrote: > > > Hi, > > > > > I'm going to preload Flash app on Ginger Bread model. > > > But I'm facing an issue that it isn't installed. > > > > > After build the model, > > > I can see install_flash_player.apk at "\out\target\product\MyModel > > > \system\app" > > > > > But the app isn't installed on the device. > > > ( I can see the install_flash_player.apk at /system/app on the > > > device ) > > > And there isn't any error logs regarding installation. > > > > > How can I check what is the problem? > > > Any one has any clue? > > > > > p.s. > > > I know android dose not allow install .so files inside preloaded apps. > > > So I make it copy .so files to under system/lib on build time. > > > > > -- > > > unsubscribe: > > > [email protected]<android-porting%[email protected]> > <android-porting%2Bunsubscribe@ googlegroups.com> > > > website:http://groups.google.com/group/android-porting > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
