Closed GoogleCodeExporter closed 9 years ago
Manadged to fix that problem.
In AndroidCalculatorTest -> AndroidManifest.xml you have to edit
<instrumentation android:targetPackage=""
android:name="android.test.InstrumentationTestRunner" />
to
<instrumentation android:targetPackage="com.calculator"
android:name="android.test.InstrumentationTestRunner" />\
Original comment by bogdan.d...@gmail.com
on 26 Jul 2011 at 7:36
Original comment by renasr...@gmail.com
on 26 Jul 2011 at 8:47
Thanks for posting your fix.
Original comment by tkdan...@gmail.com
on 17 Aug 2011 at 10:10
thank you bogdan
Original comment by seethala...@gmail.com
on 20 Dec 2012 at 5:32
[deleted comment]
I have also done with this but still it is showing me error.
Original comment by Tlakh...@gmail.com
on 1 Oct 2013 at 1:11
I am also facing the same issue... any update how it got resolved at your
end....
Original comment by rohitkot...@gmail.com
on 28 May 2014 at 7:50
Did anyone manage to fix this? Any update?
Original comment by s...@farmlogs.com
on 15 Sep 2014 at 5:50
Original issue reported on code.google.com by
bogdan.d...@gmail.com
on 26 Jul 2011 at 7:02