Android Question Adding Samsung edge Jar files

fdx12345

Active Member
Licensed User
Longtime User
Samsung has finally put out a SDK (jar files) to support their edge products. Can those jar files be added? All of the tutor steps which come with the SDK is geared on how to integrate the SDK to Android Studio. Of course the tutor files support the older version of Andriod Studio but the older version of Andriod Studio does not support anything higher than Andriod 6 and I need to work at their newest device which is Andriod 10. There is a new version of Andriod Studio out which does support up to Android 10 but they made a lot of changes to the software commands with no documentation. For example the Samsung support documentation states to enter the dendency --> compile fileTree(include: '*.jar', dir: 'libs') < -- however this crashes in the new version which wants --> implementation files('libs/sdk-v1.0.0.jar') <--- . Needless to say, the whole thing is useless until the new Android Studio gets better known. In the meantime, B4 has been easy to use in the past but does not directly support Samsung edge products. It would be ideal if I could use the sdk jar files and run with it in B4.

Another big issue seems to be google has changed some rules and actions like reading contact information or dailing a number is not longer an easy task due to persmisiions or the app has to be the default app.

Any thoughts?
 

DonManfred

Expert
Licensed User
Longtime User
Can those jar files be added?
Yes.
Example:

Another big issue seems to be google has changed some rules and actions like reading contact information or dailing a number is not longer an easy task due to persmisiions or the app has to be the default app.
How is this related to the Samsung jar files?
 
Upvote 0
Top