Skip to content

Instantly share code, notes, and snippets.

@Bhavdip
Last active May 12, 2017 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bhavdip/102caddea2a02fb248d4a1f9cf63ca15 to your computer and use it in GitHub Desktop.
Save Bhavdip/102caddea2a02fb248d4a1f9cf63ca15 to your computer and use it in GitHub Desktop.
[Android Studio2.4 Preview6] #tags:Android
/**
**1. Gradle version in alpha mode would not allow the app installed in real device.
We face the problem of App not installed into the physical device.
**/
//This is due to of you chnage the gradle version For example in my case
Error:Could not initialize class com.android.ide.common.util.ReadWriteProcessLock after updating to A.S. 2.4
classpath 'com.android.tools.build:gradle:2.4.0-alpha6'
to
classpath 'com.android.tools.build:gradle:2.3.1'
For stop the gradlew:
bhavdip@CS03:~/Music/Pravago/sourcecode/pravagodriver-android$ ./gradlew --stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment