obastani / dyno-droid

Automatically exported from code.google.com/p/dyno-droid
0 stars 0 forks source link

InstrumentedActivity #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can only see InstrumentedActivity.java1 and InstrumentedActivity.java2, but 
not InstrumentedActivity.java
This resulted in 3 errors in EmmaInstrumentation.java, where 
EmmaInstrumentation.class is required.
Am I missing something

Original issue reported on code.google.com by maisagon...@gmail.com on 26 Jul 2013 at 5:51

GoogleCodeExporter commented 9 years ago
These are helper files. We don't compile these. These are kinda helper files 
used to instrument the app. Could you provide more details?

Original comment by makr...@gmail.com on 28 Jul 2013 at 2:21

GoogleCodeExporter commented 9 years ago
Sorry, there is a mistake in my previous question.
At some point in "EmmaInstrumentation.java", "InstrumentedActivity.class" is 
required,

https://code.google.com/p/dyno-droid/source/browse/trunk/dynodroidsetup/instrume
ntation/EmmaInstrumentation.java

which resulted in 3 errors. But I cannot find InstrumentedActivity.java, 
instead I found InstrumentedActivity.java1 and InstrumentedActivity.java2.

https://code.google.com/p/dyno-droid/source/browse/#svn%2Ftrunk%2Fdynodroidsetup
%2Finstrumentation

I think I'm clear now.

Original comment by maisagon...@gmail.com on 29 Jul 2013 at 5:01

GoogleCodeExporter commented 9 years ago
As I said before, These are not meant to be compiled.

In our system, we read these files and instrument the app (by placing the files 
in its src location).

I am not sure: where exactly you are getting this error. Are you trying to 
build it on you own?

Original comment by makr...@gmail.com on 29 Jul 2013 at 9:57

GoogleCodeExporter commented 9 years ago
Thanks for reply.
I got errors when imported into eclipse.
Leave those errors, as you said they are not meant to be compiled.
Still a doubt, Where is InstrumentedActivity.class/.java?
Sorry for taking your time...

Original comment by maisagon...@gmail.com on 30 Jul 2013 at 4:06

GoogleCodeExporter commented 9 years ago
Could you delete the issue....

Original comment by maisagon...@gmail.com on 20 Aug 2013 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by makr...@gmail.com on 5 Nov 2013 at 3:52