CopyPastor

Detecting plagiarism made easy.

Score: 0.9404103093040295; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2022-10-10
by Deepak Singh

Original Post

Original - Posted on 2014-09-02
by Blue5hift



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I had the same error after renaming/refactoring. What I did was add the `applicationId` property attribute to my `build.gradle` file, and set its value to the application package.
In **build.gradle:**
android { defaultConfig { applicationId "com.example.myapp" } }
I had the same error after renaming/refactoring. What I did was add the `applicationId` property attribute to my build.gradle file, and set its value to the application package.
In **build.gradle**:
android { defaultConfig { applicationId "com.example.myapp" } }

        
Present in both answers; Present only in the new answer; Present only in the old answer;