Sofiya Member Licensed User Oct 27, 2017 #1 Compiling generated Java code. Error javac 1.8.0_152 src\b4a\example\starter.java:88: error: cannot find symbol super.onTaskRemoved(rootIntent); when i compile my b4a program code, i got above error.
Compiling generated Java code. Error javac 1.8.0_152 src\b4a\example\starter.java:88: error: cannot find symbol super.onTaskRemoved(rootIntent); when i compile my b4a program code, i got above error.
Erel B4X founder Staff member Licensed User Longtime User Oct 29, 2017 #2 You should use a newer version of android.jar under Tools - Configure Paths. Upvote 0
Sofiya Member Licensed User Oct 31, 2017 #5 sir, if i install android 6.0 (API-23) in the place of API-25, is it okey..? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 31, 2017 #6 No. Use this tool to download the all the required components: https://www.b4x.com/android/forum/threads/80090/#content Upvote 0
No. Use this tool to download the all the required components: https://www.b4x.com/android/forum/threads/80090/#content
Sofiya Member Licensed User Oct 31, 2017 #7 sir, i have a new error while running the android emulator. . android wear has stopping Last edited: Oct 31, 2017 Upvote 0
Ricky D Well-Known Member Licensed User Longtime User Oct 31, 2017 #8 Sofiya said: sir, i have a new error while running the android emulator. . android wear keeps stopping Click to expand... The emulator can cause all sorts of problems. Connect to a real device is best Upvote 0
Sofiya said: sir, i have a new error while running the android emulator. . android wear keeps stopping Click to expand... The emulator can cause all sorts of problems. Connect to a real device is best
Sofiya Member Licensed User Oct 31, 2017 #9 this error comes after the installation of android 7.1.1(API 25). Before installation of newer version of android.jar, the emulator was run. Upvote 0
this error comes after the installation of android 7.1.1(API 25). Before installation of newer version of android.jar, the emulator was run.
DonManfred Expert Licensed User Longtime User Oct 31, 2017 #10 You should start a new thread for any new question. check this: https://www.b4x.com/android/forum/threads/how-to-ask-a-question.9140/ Upvote 0
You should start a new thread for any new question. check this: https://www.b4x.com/android/forum/threads/how-to-ask-a-question.9140/
Sofiya Member Licensed User Nov 2, 2017 #11 Erel said: You should use a newer version of android.jar under Tools - Configure Paths. Click to expand... Thank you.... Now my program is run properly. Upvote 0
Erel said: You should use a newer version of android.jar under Tools - Configure Paths. Click to expand... Thank you.... Now my program is run properly.