Closed GoogleCodeExporter closed 9 years ago
Thanks for reporting this. Would it be possible for you to share an app that
exhibits this issue? You can email it to renasreda@gmail.com
Original comment by renasr...@gmail.com
on 4 Jan 2015 at 12:40
I have sent the app to your gmail box,please help to check,many thanks.
Original comment by lina_b...@163.com
on 5 Jan 2015 at 1:38
Hi renas��
I found the root cause, in manifest.xml file of app source code,
<activity
android:name="com.android.camera.CameraActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|keyboardHidden"
android:icon="@mipmap/ic_launcher_camera"
>
<activity android:name="com.android.s3dgallery3d.photoeditor.PhotoEditor"
android:label="@string/app_name"
android:process=":edit">
So,they are in the different process.
Do you have resolved this type of problem ?
Many thanks.
Br,
Na
At 2015-01-04 20:41:02, robotium@googlecode.com wrote: >Updates: > Owner:
renasr...@gmail.com > >Comment #1 on issue 648 by renasr...@gmail.com:
waitForActivity return >false on robotium 5.2.1
>https://code.google.com/p/robotium/issues/detail?id=648 > >Thanks for
reporting this. Would it be possible for you to share an app >that exhibits
this issue? You can email it to renasreda@gmail.com > >-- >You received this
message because you starred the issue. >You may adjust your notification
preferences at: >https://code.google.com/hosting/settings > >Reply to this
email to add a comment.
Original comment by lina_b...@163.com
on 5 Jan 2015 at 9:40
Robotium uses instrumentation which only supports one process. Unfortunately
there is no way around this.
Original comment by renasr...@gmail.com
on 5 Jan 2015 at 9:41
Original issue reported on code.google.com by
lina_b...@163.com
on 4 Jan 2015 at 10:27