dpogue commented on issue #389: CB-11244: Studio Project Compatibility: Now 
with merge commit
URL: https://github.com/apache/cordova-android/pull/389#issuecomment-320067936
 
 
   So I ran this branch with the following:
   ```
   cordova create androidTest
   cd ./androidTest
   cordova platform add 
git://github.com/infil00p/cordova-android.git#StudioProjectCompat
   ```
   
   In my platforms/android I ended up with both an app folder and a src folder, 
and I have a MainActivity.java in both. Is that expected?
   ```
   android
   ??? app
   ??? ??? src
   ???     ??? main
   ???         ??? java
   ???          ?? ??? io
   ???          ??  ?? ??? cordova
   ???          ??  ??     ??? hellocordova
   ???          ??  ??         ??? MainActivity.java
   ??? src
       ??? io
           ??? cordova
               ??? hellocordova
                   ??? MainActivity.java
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to