Can you try to compile the DSPS Android source code (v3.210.4_0) with the Android Studio 3.3.2? Please let me know if you are able to compile it successfully whit 3.3.2 version.
Since your initial attempt was with Android Studio version3.4, could you please check if the build scripts are updated with the v3.4. This might me a reason why you cannot build it with Android Studio version3.3.2. Also, please check if the dsps_app_android/build.gradle is modified. You should have the following:
Hi Roie DAHAN,
Can you try to compile the DSPS Android source code (v3.210.4_0) with the Android Studio 3.3.2? Please let me know if you are able to compile it successfully whit 3.3.2 version.
Thanks, PM_Dialog
Hi,
The Error i'm getting using DSPS Android source code (v3.210.4_0) is:
Could not find com.android.tools.build:aapt2:3.4.0-5326820.
搜索在以下位置:
-https://jcenter.bintray.com/com/android/tools/build/aapt2/3.4.0-5326820/...
-https://jcenter.bintray.com/com/android/tools/build/aapt2/3.4.0-5326820/...
Required by:
project :CordovaLib
Regards,
Roie
Hi Roie DAHAN,
Since your initial attempt was with Android Studio version3.4, could you please check if the build scripts are updated with the v3.4. This might me a reason why you cannot build it with Android Studio version3.3.2. Also, please check if the dsps_app_android/build.gradle is modified. You should have the following:
classpath 'com.android.tools.build:gradle:3.3.2'
Thanks, PM_Dialog