Here's my setup.  I have 1 project that has all the resources my
application needs.  This project has the android builder which
produces the apk.  This project references a few other projects that
don't have resources.  After updating my android SDK today, the apk
that is produced no longer includes the source files from my other
projects.

When I try to run my app, it is looking for a utils.apk (utils is the
name of 1 of my included projects).

Here's the log:

[2010-07-27 11:42:00 - mln] Performing
com.doapps.android.mln.MLNActivity activity launch
[2010-07-27 11:42:00 - mln] Automatic Target Mode: Unable to detect
device compatibility. Please select a target device.
[2010-07-27 11:42:01 - mln] Uploading mln.apk onto device
'HT9CXP803057'
[2010-07-27 11:42:02 - mln] Installing mln.apk...
[2010-07-27 11:42:06 - mln] Success!
[2010-07-27 11:42:06 - utils] Could not find utils.apk!
[2010-07-27 11:42:06 - mln] Starting activity
com.doapps.android.mln.MLNActivity on device
[2010-07-27 11:42:07 - mln] ActivityManager: Starting: Intent
{ act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER]
cmp=com.doapps.android.mln/.MLNActivity }

Anyone know how to fix?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to