Android Maven and Refresh Problem

Posted by antonio Musella on Stack Overflow See other posts from Stack Overflow or by antonio Musella
Published on 2011-02-15T23:21:57Z Indexed on 2011/02/15 23:25 UTC
Read the original article Hit count: 222

Filed under:
|

Hi all, i've a strange problem with maven and android

I've 3 maven project and 2 normal java maven project divided in this manner :

normal project :

model project ... packaged as jar ... contains java Pojo Bean and Interface.

Dao Project ... packaged as jar ... contains Db Logic - Depend on model Project

Android Application Maven project

ContentProvider ... packaged as apk ... contains ContentProviders only. Depends on Dao Project

Editors ... packaged as apk ... contains only Editor, Depends on Dao project

MainApp ... packaged as apk ... contains MyApp, Depends on DAO ...

The Problem is that if i modify DAO Project , Then do a maven clean and maven install of all apk project, then run as Android Application within Eclipse, i don't see updated app on my Emulator.

Nicely if i shut down my ubuntu workstation and restart it i can see The updated app on my Emulator.

Do you know a solution for this issue ?

thanks and regards

© Stack Overflow or respective owner

Related posts about android

Related posts about maven