When trying to launch an activity, the console gives:
Uploading MyApp.apk onto device 'emulator-5554'
Installing MyApp.apk...
Success!
Could not find MyLibrary.apk!
Starting activity com.mycompany.MyActivity on device
ActivityManager: Starting: Intent { act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER] cmp=com.mycompany/
com.mycompany.MyActivity }
Attempting to connect debugger to 'com.mycompany' on port 8612
And then the activity fails to start (ClassNotFoundException).
This seems to be because of the line:
Could not find MyLibrary.apk!
Any ideas?
On May 22, 11:49 am, Mark Carter <[email protected]> wrote:
> Great to see the new Android Library Project feature in ADT 0.9.7.
>
> http://developer.android.com/guide/developing/eclipse-adt.html#librar...
>
> However, some things aren't clear to me yet:
>
> 1. In the library project, what does versionCode, versionName,
> packageName now mean? I assume nothing???
> 2. The docs state that activities, services etc need to be declared in
> the library project and also the app project. So doesn't this just
> result in a load of duplication? What if the activity is declared
> slightly differently in one to the other?
> 3. It would have been incredibly useful to allow library projects to
> reference each other. I'm curious as to why this is not possible...
> 4. If an app references both resources and code in a library project,
> then that library project needs to be added as both a library and a
> project in the app's build path (in eclipse at least) - why is this?
> 5. I'm considering subclassing library project activities/services in
> my app project. Is there any reason not to do this?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group
> athttp://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en