If you are using at least Android Studio 3.0 alpha 5 or Bazel's android_local_test
please migrate to the preferred way to configure builds
http://robolectric.org/getting-started/
To change your package name please override the applicationId in your build system.
Changing package name here is broken as the package name will no longer match the package
name encoded in the arsc resources file. If you are looking to simulate another application
you can create another applications Context using Context.createPackageContext(String, int). Note that you must add this
package to
invalid reference
If you are using at least Android Studio 3.0 alpha 5 or Bazel's android_local_test
please migrate to the preferred way to configure builds
http://robolectric.org/getting-started/
To change your package name please override the applicationId in your build system.
Changing package name here is broken as the package name will no longer match the package
name encoded in the arsc resources file. If you are looking to simulate another application
you can create another applications Context using Context.createPackageContext(String, int). Note that you must add this
package to
invalid reference