Testade att skapa ett nytt projekt nu, ett enkelt Hello World som jag gjorde till bibliotek. Gjorde exakt samma som jag beskrev tidigare med mitt minispel och detta fungerade utan problem att starta genom en knapp i min huvudapp. Frågan är vad jag gör för fel med mitt minispel? Kan det ha något att göra med att mitt minispel i sig också har flera aktiviteter (Hello World har ju bara en som startar direkt)?
I dokumentationen står det
HTML:
Declaring library components in the manifest file
In the manifest file of the application project, you must add declarations of all components that the application will use that are imported from a library project. For example, you must declare any <activity>, <service>, <receiver>, <provider>, and so on, as well as <permission>, <uses-library>, and similar elements.
Declarations should reference the library components by their fully-qualified package names, where appropriate.
Vet inte exakt vad som menas med det ;-) Kanske missat något där?