How to use R.id in robotium if I have only the apk file
问题 I want to test an app from play market. I have a problem when I`m trying to use solo.clickOnView(solo.getView(cn.wps.moffice_eng.R.id.writer_edittoolbar_saveBtn)); cn - cn cannot be resolved to a variable How can i solve this poblem? As I understand, robotium can't use R.id because I don't have R.id file from my tested app? my code package com.example.android.apis.test; import android.test.ActivityInstrumentationTestCase2; import android.util.Log; import android.view.KeyEvent; import android