Computer Science, asked by helium87, 1 month ago

How can we make Android and IOS app using Java?​

Answers

Answered by somasahs857
1

Answer:

Add Java (or Kotlin) based iOS module to Android project

In project view click New > Module > Java Module and name it “commons”,

Right click on your Android module > Open module settings > Dependencies > Add module > commons,

In project view click New > Multi-OS Engine Module > Single View Application.

Explanation:

this is your answer.

Similar questions