Alexander Reyes

Results 133 comments of Alexander Reyes
trafficstars

@valentinstoychev i need some help here. It's related to development process. I am following same style i used to develop my carousel-view plugin but somehow it's not working. I am...

@valentinstoychev i solved the problem using @NathanWalker plugin seed. Cannot debug but i am moving forward. I have a problem now. I need to include IntentService in Android. I am...

@Pip3r4o i can confirm that manifest is being merged. I am testing adding JavaProxy decoration. I cannot include the IntentService in aar because i have to include some code to...

@Pip3r4o if i use android@next, i get this exception: ``` :buildMetadata Exception in thread "main" java.lang.IllegalArgumentException: Class android.support.v7.widget.SnapHelper$2 conflict: /Users/alexrainman/Desktop/nsappconnect/demo/platforms/android/build/intermediates/transforms/dex/F0F1/debug/folders/1000/1f/main/classes.dex and /Users/alexrainman/Desktop/nsappconnect/demo/platforms/android/build/intermediates/transforms/dex/F0/debug/folders/1000/1f/main/classes.dex at com.telerik.metadata.ClassRepo.addToCache(ClassRepo.java:21) at com.telerik.metadata.Builder.build(Builder.java:41) at com.telerik.metadata.Generator.main(Generator.java:44) :buildMetadata FAILED...

@Pip3r4o reinstall android platform? doesn't work or works randomly, i tried multiple times :(

@Pip3r4o anyway, the solution i need is for the "zero argument constructor" problem. As i said, i cannot put the IntentService on a jar/aar because i need to talk back...

@Pip3r4o maybe i can use something like @blagoev mentions here https://github.com/NativeScript/android-runtime/issues/250

@Pip3r4o the service is working now and i am able to notify an event back to {N} class. Now i will have to parse a real config and see if...

@Pip3r4o what {N} does on external storage when the app runs? The plugin works without wrapping the app. I am able to receive and parse config and send it back...