Migrating from Corona Enterprise to Corona

Hi guys,

I am trying to migrate my old app which was on Corona Enterprise, to the new Corona.

I have updated the gradle files. 

I am getting a lot of errors like :

Error:(4, 36) error: package com.ansca.corona.permissions does not exist Error:(7, 32) error: package com.ansca.corona.storage does not exist Error:(62, 24) error: cannot find symbol class CoronaEnvironment Error:(185, 41) error: cannot find symbol class CoronaRuntime ... and more

I tried to change it to ‘com.ansca.corona.*’ but it did not work.

Is there a guide on how to migrate ?

Thanks

I notice that I didn’t copy the gradle file properly. It was missing this line :

compile fileTree(dir: "$coronaNativeAndroidLibDir/libs", include: '\*.jar')

I notice that I didn’t copy the gradle file properly. It was missing this line :

compile fileTree(dir: "$coronaNativeAndroidLibDir/libs", include: '\*.jar')