The normal way to open an Activity is by creating an new Intent, passing it the name of the package and class. My case is a little bit different: I want to load the dex by using DexClassLoader from a apk file on SDCard. Methods and classes from the loaded apk package work fine , but only the Activity sub classes. I registered the Activity in caller application's manifest, but it shows it cannot found the specified activity. In fact, it tries to find the activity from the caller's apk (installed). How to launch a Activity without using Intent in Android?
-- 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

