views:

96

answers:

0

I am trying to write a TestCase for PhoneGap on Android and i am unable to load the main PhoneGap activity that extends DroidGap.

I believe there is a problem with the project set up because it continues to be unable to load the main activity that extends DroidGap

I can make the test work by duplicating the code, placing the Activity in both places, but that is not desirable since it wont work as the project gets larger